Color Hex Logo

#dbcb8a Color Hex

#DBCB8A
(219,203,138)
0 Favorites   0 Comments

Color spaces of #dbcb8a

RGB 219203138
HSL0.130.530.70
HSV48°37°86°
CMYK 0.000.070.37   0.14
XYZ55.156859.606932.6430
Yxy59.60690.37420.4044
Hunter Lab77.2055-7.586528.9756
CIE-Lab81.6241-3.741334.4607

#dbcb8a color RGB value is (219,203,138).

#dbcb8a hex color red value is 219, green value is 203 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dbcb8a hue: 0.13 , saturation: 0.53 and the lightness value of dbcb8a is 0.70.

The process color (four color CMYK) of #dbcb8a color hex is 0.00, 0.07, 0.37, 0.14. Web safe color of #dbcb8a is #cccc99. Color #dbcb8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 10001010
Octal 333 313 212
Decimal 219 203 138
Hex DB CB 8A

RGB Percentages of Color #dbcb8a

%39.11
%36.25
%24.64

CMYK Percentages of Color #dbcb8a

%0
%7
%37
%14

Triadic Colors of #dbcb8a

#dbcb8a #8adbcb #cb8adb

Analogous Colors of #dbcb8a

#dbcb8a #c3db8a #dba38a

Monochromatic Colors of #dbcb8a

#dbcb8a

Complementary Color

#dbcb8a #8a9adb

#dbcb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb8a Color CSS Codes

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

#dbcb8a Text Font Color

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

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


#dbcb8a Background Color

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

This div background color is #dbcb8a


#dbcb8a Border Color

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

This div border color is #dbcb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb8a


Comments

No comments written yet.

Please login to write comment.