Color Hex Logo

#dbc06b Color Hex

#DBC06B
(219,192,107)
0 Favorites   0 Comments

Color spaces of #dbc06b

RGB 219192107
HSL0.130.610.64
HSV46°51°86°
CMYK 0.000.120.51   0.14
XYZ50.716953.820921.6253
Yxy53.82090.40200.4266
Hunter Lab73.3627-4.984733.8769
CIE-Lab78.3572-1.164845.9956

#dbc06b color RGB value is (219,192,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01101011
Octal 333 300 153
Decimal 219 192 107
Hex DB C0 6B

RGB Percentages of Color #dbc06b

%42.28
%37.07
%20.66

CMYK Percentages of Color #dbc06b

%0
%12
%51
%14

Triadic Colors of #dbc06b

#dbc06b #6bdbc0 #c06bdb

Analogous Colors of #dbc06b

#dbc06b #bedb6b #db886b

Monochromatic Colors of #dbc06b

#dbc06b

Complementary Color

#dbc06b #6b86db

#dbc06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc06b Color CSS Codes

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

#dbc06b Text Font Color

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

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


#dbc06b Background Color

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

This div background color is #dbc06b


#dbc06b Border Color

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

This div border color is #dbc06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,192,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 #dbc06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc06b

#dbc06b Color Palettes


Comments

No comments written yet.

Please login to write comment.