Color Hex Logo

#dbd60b Color Hex

#DBD60B
(219,214,11)
0 Favorites   0 Comments

Color spaces of #dbd60b

RGB 21921411
HSL0.160.900.45
HSV59°95°86°
CMYK 0.000.020.95   0.14
XYZ53.320463.17749.7008
Yxy63.17740.42250.5006
Hunter Lab79.4842-19.354248.4028
CIE-Lab83.5356-16.661782.2869

#dbd60b color RGB value is (219,214,11).

#dbd60b hex color red value is 219, green value is 214 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dbd60b hue: 0.16 , saturation: 0.90 and the lightness value of dbd60b is 0.45.

The process color (four color CMYK) of #dbd60b color hex is 0.00, 0.02, 0.95, 0.14. Web safe color of #dbd60b is #cccc00. Color #dbd60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00001011
Octal 333 326 13
Decimal 219 214 11
Hex DB D6 B

RGB Percentages of Color #dbd60b

%49.32
%48.20
%2.48

CMYK Percentages of Color #dbd60b

%0
%2
%95
%14

Triadic Colors of #dbd60b

#dbd60b #0bdbd6 #d60bdb

Analogous Colors of #dbd60b

#dbd60b #78db0b #db6e0b

Monochromatic Colors of #dbd60b

#dbd60b

Complementary Color

#dbd60b #0b10db

#dbd60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd60b Color CSS Codes

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

#dbd60b Text Font Color

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

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


#dbd60b Background Color

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

This div background color is #dbd60b


#dbd60b Border Color

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

This div border color is #dbd60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd60b


Comments

No comments written yet.

Please login to write comment.