Color Hex Logo

#dbc86b Color Hex

#DBC86B
(219,200,107)
0 Favorites   0 Comments

Color spaces of #dbc86b

RGB 219200107
HSL0.140.610.64
HSV50°51°86°
CMYK 0.000.090.51   0.14
XYZ52.521557.430222.2269
Yxy57.43020.39740.4345
Hunter Lab75.7827-8.909635.6583
CIE-Lab80.4210-5.306348.4816

#dbc86b color RGB value is (219,200,107).

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

The process color (four color CMYK) of #dbc86b color hex is 0.00, 0.09, 0.51, 0.14. Web safe color of #dbc86b is #cccc66. Color #dbc86b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01101011
Octal 333 310 153
Decimal 219 200 107
Hex DB C8 6B

RGB Percentages of Color #dbc86b

%41.63
%38.02
%20.34

CMYK Percentages of Color #dbc86b

%0
%9
%51
%14

Triadic Colors of #dbc86b

#dbc86b #6bdbc8 #c86bdb

Analogous Colors of #dbc86b

#dbc86b #b6db6b #db906b

Monochromatic Colors of #dbc86b

#dbc86b

Complementary Color

#dbc86b #6b7edb

#dbc86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc86b Color CSS Codes

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

#dbc86b Text Font Color

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

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


#dbc86b Background Color

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

This div background color is #dbc86b


#dbc86b Border Color

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

This div border color is #dbc86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc86b


Comments

No comments written yet.

Please login to write comment.