#DCC9AE

Color #DCC9AE Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #DCC9AE

Tints of Bone #DCC9AE

Color information

#DCC9AE (or 0xDCC9AE) is unknown color: approx Bone. HEX triplet: DC, C9 and AE. RGB value is (220,201,174). Sum of RGB (Red+Green+Blue) = 220+201+174=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9AE is #233651. Grayscale: #CBCBCB. Windows color (decimal): -2307666 or 11454940. OLE color: 11454940.

HSL color Cylindrical-coordinate representation of color #DCC9AE: hue angle of 35.22º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC9AE is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220201174-
CMYK00.090.210.14
HSL35.22º39.66%77.25%-
HSV(B)35.22º20.91%86.27%-
XYZ58.0460.0448.58-
YUV203.6111.29139.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=36.97%
G=33.78%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020117400.090.210.1435.2239.6677.25
HexDCC9AE0915E23284d
Octal33431125601125164350115
Binary110111001100100110101110010011010111101000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9AE; }

 p { color: rgb(220,201,174); }

 H1.HeaderClassName
 {
   color: #DCC9AE;
 }
 .AnyTagClassName
 {
   color: #DCC9AE;
 }
</style>
background-color css

<style>
 a { background-color: #DCC9AE; }

 a { background-color: rgb(220,201,174); }

 div.DivClassName
 {
   background-color: #DCC9AE;
 }
 .BgClassName
 {
   background-color: #DCC9AE;
 }
</style>
border-color css

<style>
 span { border-color: #DCC9AE; }

 span { border-color: rgb(220,201,174); }

 td.TdClassName
 {
   border-color: #DCC9AE;
 }
 .TagClassName
 {
   border-color: #DCC9AE;
 }
</style>