Color Hex Logo

#dbd14b Color Hex

#DBD14B
(219,209,75)
0 Favorites   0 Comments

Color spaces of #dbd14b

RGB 21920975
HSL0.160.670.58
HSV56°66°86°
CMYK 0.000.050.66   0.14
XYZ53.283961.169015.6550
Yxy61.16900.40950.4701
Hunter Lab78.2106-15.258842.8797
CIE-Lab82.4695-12.160564.9992

#dbd14b color RGB value is (219,209,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01001011
Octal 333 321 113
Decimal 219 209 75
Hex DB D1 4B

RGB Percentages of Color #dbd14b

%43.54
%41.55
%14.91

CMYK Percentages of Color #dbd14b

%0
%5
%66
%14

Triadic Colors of #dbd14b

#dbd14b #4bdbd1 #d14bdb

Analogous Colors of #dbd14b

#dbd14b #9ddb4b #db894b

Monochromatic Colors of #dbd14b

#dbd14b

Complementary Color

#dbd14b #4b55db

#dbd14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd14b Color CSS Codes

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

#dbd14b Text Font Color

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

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


#dbd14b Background Color

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

This div background color is #dbd14b


#dbd14b Border Color

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

This div border color is #dbd14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd14b


Comments

No comments written yet.

Please login to write comment.