#DCC8AE

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

Shades of Bone #DCC8AE

Tints of Bone #DCC8AE

Color information

#DCC8AE (or 0xDCC8AE) is unknown color: approx Bone. HEX triplet: DC, C8 and AE. RGB value is (220,200,174). Sum of RGB (Red+Green+Blue) = 220+200+174=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8AE is #233751. Grayscale: #CBCBCB. Windows color (decimal): -2307922 or 11454684. OLE color: 11454684.

HSL color Cylindrical-coordinate representation of color #DCC8AE: hue angle of 33.91º 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 #DCC8AE is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220200174-
CMYK00.090.210.14
HSL33.91º39.66%77.25%-
HSV(B)33.91º20.91%86.27%-
XYZ57.8159.5848.5-
YUV203.02111.63140.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=37.04%
G=33.67%
B=29.29%

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
Decimal22020017400.090.210.1433.9139.6677.25
HexDCC8AE0915E22284d
Octal33431025601125164250115
Binary110111001100100010101110010011010111101000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8AE; }

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

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

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

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

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

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

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

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