#DCC2A8

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

Shades of Bone #DCC2A8

Tints of Bone #DCC2A8

Color information

#DCC2A8 (or 0xDCC2A8) is unknown color: approx Bone. HEX triplet: DC, C2 and A8. RGB value is (220,194,168). Sum of RGB (Red+Green+Blue) = 220+194+168=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2A8 is #233D57. Grayscale: #C6C6C6. Windows color (decimal): -2309464 or 11059932. OLE color: 11059932.

HSL color Cylindrical-coordinate representation of color #DCC2A8: hue angle of 30º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC2A8 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220194168-
CMYK00.120.240.14
HSL30º42.62%76.08%-
HSV(B)30º23.64%86.27%-
XYZ55.8756.6345.03-
YUV198.81110.61143.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 168 (66.02% from 255) = 28.87%
R=37.80%
G=33.33%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019416800.120.240.143042.6276.08
HexDCC2A80C18E1e2b4c
Octal33430225001430163653114
Binary11011100110000101010100001100110001110111101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2A8; }

 p { color: rgb(220,194,168); }

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

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

 a { background-color: rgb(220,194,168); }

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

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

 span { border-color: rgb(220,194,168); }

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