color codes Logo

#db8b2d color codes

#DB8B2D
(219,139,45)
0 Favorites   0 Comments

Color spaces of #db8b2d

RGB 21913945
HSL0.090.710.52
HSV32°79°86°
CMYK 0.000.370.79   0.14
XYZ38.919733.71486.9389
Yxy33.71480.48910.4237
Hunter Lab58.064418.033033.5598
CIE-Lab64.735623.292359.3127

#db8b2d color RGB value is (219,139,45).

#db8b2d hex color red value is 219, green value is 139 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #db8b2d hue: 0.09 , saturation: 0.71 and the lightness value of db8b2d is 0.52.

The process color (four color CMYK) of #db8b2d color code is 0.00, 0.37, 0.79, 0.14. Web safe color of #db8b2d is #cc9933. Color #db8b2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001011 00101101
Octal 333 213 55
Decimal 219 139 45
Hex DB 8B 2D

RGB Percentages of Color #db8b2d

%54.34
%34.49
%11.17

CMYK Percentages of Color #db8b2d

%0
%37
%79
%14

Triadic Colors of #db8b2d

#db8b2d #2ddb8b #8b2ddb

Analogous Colors of #db8b2d

#db8b2d #d4db2d #db342d

Monochromatic Colors of #db8b2d

#db8b2d

Complementary Color

#db8b2d #2d7ddb

#db8b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8b2d Color CSS Codes

.mybgcolor {background-color:#db8b2d; } 
.myforecolor {color:#db8b2d; }
.mybordercolor {border:3px solid #db8b2d; }

#db8b2d Text Font Color

<p style="color:#db8b2d">Text here</p>

This sample text font color is #db8b2d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#db8b2d Background Color

<div style="background-color:#db8b2d">
Div content here</div>

This div background color is #db8b2d


#db8b2d Border Color

<div style="border:3px solid #db8b2d">
Div here</div>

This div border color is #db8b2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,139,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db8b2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db8b2d;
  -webkit-box-shadow: 1px 1px 3px 2px #db8b2d;
  box-shadow:         1px 1px 3px 2px #db8b2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,139,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db8b2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db8b2d;
  -webkit-box-shadow: 1px 1px 3px 2px #db8b2d;
  box-shadow:         1px 1px 3px 2px #db8b2d;">
Div content here</div>

This div box has shadow with color #db8b2d


Comments

No comments written yet.

Please login to write comment.