Color Hex Logo

#dbc78b Color Hex

#DBC78B
(219,199,139)
0 Favorites   0 Comments

Color spaces of #dbc78b

RGB 219199139
HSL0.130.530.70
HSV45°37°86°
CMYK 0.000.090.37   0.14
XYZ54.297057.771032.7153
Yxy57.77100.37500.3990
Hunter Lab76.0072-5.498327.6853
CIE-Lab80.6113-1.554432.6158

#dbc78b color RGB value is (219,199,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10001011
Octal 333 307 213
Decimal 219 199 139
Hex DB C7 8B

RGB Percentages of Color #dbc78b

%39.32
%35.73
%24.96

CMYK Percentages of Color #dbc78b

%0
%9
%37
%14

Triadic Colors of #dbc78b

#dbc78b #8bdbc7 #c78bdb

Analogous Colors of #dbc78b

#dbc78b #c7db8b #db9f8b

Monochromatic Colors of #dbc78b

#dbc78b

Complementary Color

#dbc78b #8b9fdb

#dbc78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc78b Color CSS Codes

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

#dbc78b Text Font Color

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

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


#dbc78b Background Color

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

This div background color is #dbc78b


#dbc78b Border Color

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

This div border color is #dbc78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc78b


Comments

No comments written yet.

Please login to write comment.