Color Hex Logo

#dbd972 Color Hex

#DBD972
(219,217,114)
0 Favorites   0 Comments

Color spaces of #dbd972

RGB 219217114
HSL0.160.590.65
HSV59°48°86°
CMYK 0.000.010.48   0.14
XYZ57.063565.900725.6321
Yxy65.90070.38400.4435
Hunter Lab81.1792-16.590338.1048
CIE-Lab84.9457-13.307650.5526

#dbd972 color RGB value is (219,217,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01110010
Octal 333 331 162
Decimal 219 217 114
Hex DB D9 72

RGB Percentages of Color #dbd972

%39.82
%39.45
%20.73

CMYK Percentages of Color #dbd972

%0
%1
%48
%14

Triadic Colors of #dbd972

#dbd972 #72dbd9 #d972db

Analogous Colors of #dbd972

#dbd972 #a9db72 #dba572

Monochromatic Colors of #dbd972

#dbd972

Complementary Color

#dbd972 #7274db

#dbd972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd972 Color CSS Codes

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

#dbd972 Text Font Color

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

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


#dbd972 Background Color

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

This div background color is #dbd972


#dbd972 Border Color

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

This div border color is #dbd972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd972


Comments

No comments written yet.

Please login to write comment.