Color Hex Logo

#db9915 Color Hex

#DB9915
(219,153,21)
0 Favorites   0 Comments

Color spaces of #db9915

RGB 21915321
HSL0.110.830.47
HSV40°90°86°
CMYK 0.000.300.90   0.14
XYZ40.740037.89675.8770
Yxy37.89670.48210.4484
Hunter Lab61.560310.399037.4319
CIE-Lab67.944415.161569.1480

#db9915 color RGB value is (219,153,21).

#db9915 hex color red value is 219, green value is 153 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #db9915 hue: 0.11 , saturation: 0.83 and the lightness value of db9915 is 0.47.

The process color (four color CMYK) of #db9915 color hex is 0.00, 0.30, 0.90, 0.14. Web safe color of #db9915 is #cc9900. Color #db9915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 00010101
Octal 333 231 25
Decimal 219 153 21
Hex DB 99 15

RGB Percentages of Color #db9915

%55.73
%38.93
%5.34

CMYK Percentages of Color #db9915

%0
%30
%90
%14

Triadic Colors of #db9915

#db9915 #15db99 #9915db

Analogous Colors of #db9915

#db9915 #badb15 #db3615

Monochromatic Colors of #db9915

#db9915

Complementary Color

#db9915 #1557db

#db9915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9915 Color CSS Codes

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

#db9915 Text Font Color

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

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


#db9915 Background Color

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

This div background color is #db9915


#db9915 Border Color

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

This div border color is #db9915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9915


Comments

No comments written yet.

Please login to write comment.