Color Hex Logo

#dbd370 Color Hex

#DBD370
(219,211,112)
0 Favorites   0 Comments

Color spaces of #dbd370

RGB 219211112
HSL0.150.600.65
HSV56°49°86°
CMYK 0.000.040.49   0.14
XYZ55.432362.818524.5328
Yxy62.81850.38820.4400
Hunter Lab79.2581-13.860737.1286
CIE-Lab83.3468-10.473749.5871

#dbd370 color RGB value is (219,211,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 01110000
Octal 333 323 160
Decimal 219 211 112
Hex DB D3 70

RGB Percentages of Color #dbd370

%40.41
%38.93
%20.66

CMYK Percentages of Color #dbd370

%0
%4
%49
%14

Triadic Colors of #dbd370

#dbd370 #70dbd3 #d370db

Analogous Colors of #dbd370

#dbd370 #aedb70 #db9e70

Monochromatic Colors of #dbd370

#dbd370

Complementary Color

#dbd370 #7078db

#dbd370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd370 Color CSS Codes

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

#dbd370 Text Font Color

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

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


#dbd370 Background Color

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

This div background color is #dbd370


#dbd370 Border Color

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

This div border color is #dbd370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd370


Comments

No comments written yet.

Please login to write comment.