Color Hex Logo

#dbc29a Color Hex

#DBC29A
(219,194,154)
0 Favorites   0 Comments

Color spaces of #dbc29a

RGB 219194154
HSL0.100.470.73
HSV37°30°86°
CMYK 0.000.110.30   0.14
XYZ54.337955.976738.5125
Yxy55.97670.36510.3761
Hunter Lab74.8176-1.291221.8527
CIE-Lab79.60062.906423.3869

#dbc29a color RGB value is (219,194,154).

#dbc29a hex color red value is 219, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dbc29a hue: 0.10 , saturation: 0.47 and the lightness value of dbc29a is 0.73.

The process color (four color CMYK) of #dbc29a color hex is 0.00, 0.11, 0.30, 0.14. Web safe color of #dbc29a is #cccc99. Color #dbc29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 10011010
Octal 333 302 232
Decimal 219 194 154
Hex DB C2 9A

RGB Percentages of Color #dbc29a

%38.62
%34.22
%27.16

CMYK Percentages of Color #dbc29a

%0
%11
%30
%14

Triadic Colors of #dbc29a

#dbc29a #9adbc2 #c29adb

Analogous Colors of #dbc29a

#dbc29a #d4db9a #dba29a

Monochromatic Colors of #dbc29a

#dbc29a

Complementary Color

#dbc29a #9ab3db

#dbc29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc29a Color CSS Codes

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

#dbc29a Text Font Color

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

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


#dbc29a Background Color

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

This div background color is #dbc29a


#dbc29a Border Color

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

This div border color is #dbc29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc29a


Comments

No comments written yet.

Please login to write comment.