Color Hex Logo

#dbd05c Color Hex

#DBD05C
(219,208,92)
0 Favorites   0 Comments

Color spaces of #dbd05c

RGB 21920892
HSL0.150.640.61
HSV55°58°86°
CMYK 0.000.050.58   0.14
XYZ53.701160.944519.0583
Yxy60.94450.40160.4558
Hunter Lab78.0670-13.829740.1725
CIE-Lab82.3489-10.567457.6908

#dbd05c color RGB value is (219,208,92).

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

The process color (four color CMYK) of #dbd05c color hex is 0.00, 0.05, 0.58, 0.14. Web safe color of #dbd05c is #cccc66. Color #dbd05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 01011100
Octal 333 320 134
Decimal 219 208 92
Hex DB D0 5C

RGB Percentages of Color #dbd05c

%42.20
%40.08
%17.73

CMYK Percentages of Color #dbd05c

%0
%5
%58
%14

Triadic Colors of #dbd05c

#dbd05c #5cdbd0 #d05cdb

Analogous Colors of #dbd05c

#dbd05c #a7db5c #db915c

Monochromatic Colors of #dbd05c

#dbd05c

Complementary Color

#dbd05c #5c67db

#dbd05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd05c Color CSS Codes

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

#dbd05c Text Font Color

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

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


#dbd05c Background Color

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

This div background color is #dbd05c


#dbd05c Border Color

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

This div border color is #dbd05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd05c


Comments

No comments written yet.

Please login to write comment.