Color Hex Logo

#dbd973 Color Hex

#DBD973
(219,217,115)
0 Favorites   0 Comments

Color spaces of #dbd973

RGB 219217115
HSL0.160.590.65
HSV59°47°86°
CMYK 0.000.010.47   0.14
XYZ57.120865.923625.9336
Yxy65.92360.38340.4425
Hunter Lab81.1933-16.510837.8978
CIE-Lab84.9574-13.216950.0905

#dbd973 color RGB value is (219,217,115).

#dbd973 hex color red value is 219, green value is 217 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbd973 hue: 0.16 , saturation: 0.59 and the lightness value of dbd973 is 0.65.

The process color (four color CMYK) of #dbd973 color hex is 0.00, 0.01, 0.47, 0.14. Web safe color of #dbd973 is #cccc66. Color #dbd973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01110011
Octal 333 331 163
Decimal 219 217 115
Hex DB D9 73

RGB Percentages of Color #dbd973

%39.75
%39.38
%20.87

CMYK Percentages of Color #dbd973

%0
%1
%47
%14

Triadic Colors of #dbd973

#dbd973 #73dbd9 #d973db

Analogous Colors of #dbd973

#dbd973 #a9db73 #dba573

Monochromatic Colors of #dbd973

#dbd973

Complementary Color

#dbd973 #7375db

#dbd973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd973 Color CSS Codes

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

#dbd973 Text Font Color

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

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


#dbd973 Background Color

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

This div background color is #dbd973


#dbd973 Border Color

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

This div border color is #dbd973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd973


Comments

No comments written yet.

Please login to write comment.