Color Hex Logo

#dbcb5f Color Hex

#DBCB5F
(219,203,95)
0 Favorites   0 Comments

Color spaces of #dbcb5f

RGB 21920395
HSL0.150.630.62
HSV52°57°86°
CMYK 0.000.070.57   0.14
XYZ52.634958.598219.3629
Yxy58.59820.40300.4487
Hunter Lab76.5495-11.226138.5874
CIE-Lab81.0702-7.809854.8933

#dbcb5f color RGB value is (219,203,95).

#dbcb5f hex color red value is 219, green value is 203 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbcb5f hue: 0.15 , saturation: 0.63 and the lightness value of dbcb5f is 0.62.

The process color (four color CMYK) of #dbcb5f color hex is 0.00, 0.07, 0.57, 0.14. Web safe color of #dbcb5f is #cccc66. Color #dbcb5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01011111
Octal 333 313 137
Decimal 219 203 95
Hex DB CB 5F

RGB Percentages of Color #dbcb5f

%42.36
%39.26
%18.38

CMYK Percentages of Color #dbcb5f

%0
%7
%57
%14

Triadic Colors of #dbcb5f

#dbcb5f #5fdbcb #cb5fdb

Analogous Colors of #dbcb5f

#dbcb5f #addb5f #db8d5f

Monochromatic Colors of #dbcb5f

#dbcb5f

Complementary Color

#dbcb5f #5f6fdb

#dbcb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb5f Color CSS Codes

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

#dbcb5f Text Font Color

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

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


#dbcb5f Background Color

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

This div background color is #dbcb5f


#dbcb5f Border Color

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

This div border color is #dbcb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb5f


Comments

No comments written yet.

Please login to write comment.