color codes Logo

#db913f color codes

#DB913F
(219,145,63)
0 Favorites   0 Comments

Color spaces of #db913f

RGB 21914563
HSL0.090.680.55
HSV32°71°86°
CMYK 0.000.340.71   0.14
XYZ40.236035.66979.4669
Yxy35.66970.47130.4178
Hunter Lab59.724115.737832.4088
CIE-Lab66.266820.831753.2368

#db913f color RGB value is (219,145,63).

#db913f hex color red value is 219, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db913f hue: 0.09 , saturation: 0.68 and the lightness value of db913f is 0.55.

The process color (four color CMYK) of #db913f color code is 0.00, 0.34, 0.71, 0.14. Web safe color of #db913f is #cc9933. Color #db913f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 00111111
Octal 333 221 77
Decimal 219 145 63
Hex DB 91 3F

RGB Percentages of Color #db913f

%51.29
%33.96
%14.75

CMYK Percentages of Color #db913f

%0
%34
%71
%14

Triadic Colors of #db913f

#db913f #3fdb91 #913fdb

Analogous Colors of #db913f

#db913f #d7db3f #db433f

Monochromatic Colors of #db913f

#db913f

Complementary Color

#db913f #3f89db

#db913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db913f Color CSS Codes

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

#db913f Text Font Color

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

This sample text font color is #db913f
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.


#db913f Background Color

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

This div background color is #db913f


#db913f Border Color

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

This div border color is #db913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db913f


Comments

No comments written yet.

Please login to write comment.