Color Hex Logo

#dbd04b Color Hex

#DBD04B
(219,208,75)
0 Favorites   0 Comments

Color spaces of #dbd04b

RGB 21920875
HSL0.150.670.58
HSV55°66°86°
CMYK 0.000.050.66   0.14
XYZ53.039360.679815.5735
Yxy60.67980.41020.4693
Hunter Lab77.8972-14.781742.6746
CIE-Lab82.2063-11.657864.7276

#dbd04b color RGB value is (219,208,75).

#dbd04b hex color red value is 219, green value is 208 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dbd04b hue: 0.15 , saturation: 0.67 and the lightness value of dbd04b is 0.58.

The process color (four color CMYK) of #dbd04b color hex is 0.00, 0.05, 0.66, 0.14. Web safe color of #dbd04b is #cccc33. Color #dbd04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 01001011
Octal 333 320 113
Decimal 219 208 75
Hex DB D0 4B

RGB Percentages of Color #dbd04b

%43.63
%41.43
%14.94

CMYK Percentages of Color #dbd04b

%0
%5
%66
%14

Triadic Colors of #dbd04b

#dbd04b #4bdbd0 #d04bdb

Analogous Colors of #dbd04b

#dbd04b #9edb4b #db884b

Monochromatic Colors of #dbd04b

#dbd04b

Complementary Color

#dbd04b #4b56db

#dbd04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd04b Color CSS Codes

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

#dbd04b Text Font Color

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

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


#dbd04b Background Color

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

This div background color is #dbd04b


#dbd04b Border Color

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

This div border color is #dbd04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd04b


Comments

No comments written yet.

Please login to write comment.