Color Hex Logo

#dbd25c Color Hex

#DBD25C
(219,210,92)
0 Favorites   0 Comments

Color spaces of #dbd25c

RGB 21921092
HSL0.150.640.61
HSV56°58°86°
CMYK 0.000.040.58   0.14
XYZ54.191861.926019.2219
Yxy61.92600.40040.4576
Hunter Lab78.6931-14.789340.6027
CIE-Lab82.8741-11.575858.2770

#dbd25c color RGB value is (219,210,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01011100
Octal 333 322 134
Decimal 219 210 92
Hex DB D2 5C

RGB Percentages of Color #dbd25c

%42.03
%40.31
%17.66

CMYK Percentages of Color #dbd25c

%0
%4
%58
%14

Triadic Colors of #dbd25c

#dbd25c #5cdbd2 #d25cdb

Analogous Colors of #dbd25c

#dbd25c #a5db5c #db935c

Monochromatic Colors of #dbd25c

#dbd25c

Complementary Color

#dbd25c #5c65db

#dbd25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd25c Color CSS Codes

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

#dbd25c Text Font Color

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

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


#dbd25c Background Color

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

This div background color is #dbd25c


#dbd25c Border Color

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

This div border color is #dbd25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd25c


Comments

No comments written yet.

Please login to write comment.