Color Hex Logo

#dbc46c Color Hex

#DBC46C
(219,196,108)
0 Favorites   0 Comments

Color spaces of #dbc46c

RGB 219196108
HSL0.130.610.64
HSV48°51°86°
CMYK 0.000.110.51   0.14
XYZ51.660155.622622.2008
Yxy55.62260.39900.4296
Hunter Lab74.5806-6.873534.5572
CIE-Lab79.3985-3.154846.7650

#dbc46c color RGB value is (219,196,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01101100
Octal 333 304 154
Decimal 219 196 108
Hex DB C4 6C

RGB Percentages of Color #dbc46c

%41.87
%37.48
%20.65

CMYK Percentages of Color #dbc46c

%0
%11
%51
%14

Triadic Colors of #dbc46c

#dbc46c #6cdbc4 #c46cdb

Analogous Colors of #dbc46c

#dbc46c #bbdb6c #db8d6c

Monochromatic Colors of #dbc46c

#dbc46c

Complementary Color

#dbc46c #6c83db

#dbc46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc46c Color CSS Codes

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

#dbc46c Text Font Color

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

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


#dbc46c Background Color

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

This div background color is #dbc46c


#dbc46c Border Color

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

This div border color is #dbc46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc46c


Comments

No comments written yet.

Please login to write comment.