Color Hex Logo

#dcc69f Color Hex

#DCC69F
(220,198,159)
0 Favorites   0 Comments

Color spaces of #dcc69f

RGB 220198159
HSL0.110.470.74
HSV38°28°86°
CMYK 0.000.100.28   0.14
XYZ55.967358.107041.0669
Yxy58.10700.36080.3745
Hunter Lab76.2279-2.342521.4178
CIE-Lab80.79821.851122.3915

#dcc69f color RGB value is (220,198,159).

#dcc69f hex color red value is 220, green value is 198 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dcc69f hue: 0.11 , saturation: 0.47 and the lightness value of dcc69f is 0.74.

The process color (four color CMYK) of #dcc69f color hex is 0.00, 0.10, 0.28, 0.14. Web safe color of #dcc69f is #cccc99. Color #dcc69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 10011111
Octal 334 306 237
Decimal 220 198 159
Hex DC C6 9F

RGB Percentages of Color #dcc69f

%38.13
%34.32
%27.56

CMYK Percentages of Color #dcc69f

%0
%10
%28
%14

Triadic Colors of #dcc69f

#dcc69f #9fdcc6 #c69fdc

Analogous Colors of #dcc69f

#dcc69f #d4dc9f #dca89f

Monochromatic Colors of #dcc69f

#dcc69f

Complementary Color

#dcc69f #9fb5dc

#dcc69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc69f Color CSS Codes

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

#dcc69f Text Font Color

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

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


#dcc69f Background Color

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

This div background color is #dcc69f


#dcc69f Border Color

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

This div border color is #dcc69f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,198,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcc69f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcc69f;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc69f;
  box-shadow:         1px 1px 3px 2px #dcc69f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,198,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc69f


Comments

No comments written yet.

Please login to write comment.