Color Hex Logo

#dbd372 Color Hex

#DBD372
(219,211,114)
0 Favorites   0 Comments

Color spaces of #dbd372

RGB 219211114
HSL0.150.590.65
HSV55°48°86°
CMYK 0.000.040.48   0.14
XYZ55.544962.863525.1259
Yxy62.86350.38700.4380
Hunter Lab79.2865-13.701536.7115
CIE-Lab83.3705-10.293348.6550

#dbd372 color RGB value is (219,211,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 01110010
Octal 333 323 162
Decimal 219 211 114
Hex DB D3 72

RGB Percentages of Color #dbd372

%40.26
%38.79
%20.96

CMYK Percentages of Color #dbd372

%0
%4
%48
%14

Triadic Colors of #dbd372

#dbd372 #72dbd3 #d372db

Analogous Colors of #dbd372

#dbd372 #afdb72 #db9f72

Monochromatic Colors of #dbd372

#dbd372

Complementary Color

#dbd372 #727adb

#dbd372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd372 Color CSS Codes

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

#dbd372 Text Font Color

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

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


#dbd372 Background Color

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

This div background color is #dbd372


#dbd372 Border Color

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

This div border color is #dbd372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,211,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 #dbd372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd372


Comments

No comments written yet.

Please login to write comment.