#DCC5A9

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

Shades of Bone #DCC5A9

Tints of Bone #DCC5A9

Color information

#DCC5A9 (or 0xDCC5A9) is unknown color: approx Bone. HEX triplet: DC, C5 and A9. RGB value is (220,197,169). Sum of RGB (Red+Green+Blue) = 220+197+169=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5A9 is #233A56. Grayscale: #C8C8C8. Windows color (decimal): -2308695 or 11126236. OLE color: 11126236.

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

Color convert

RGB220197169-
CMYK00.100.230.14
HSL32.94º42.15%76.27%-
HSV(B)32.94º23.18%86.27%-
XYZ56.6458.0145.75-
YUV200.68110.12141.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 169 (66.41% from 255) = 28.84%
R=37.54%
G=33.62%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019716900.100.230.1432.9442.1576.27
HexDCC5A90A17E212a4c
Octal33430525101227164152114
Binary110111001100010110101001010101011111101000011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5A9; }

 p { color: rgb(220,197,169); }

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

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

 a { background-color: rgb(220,197,169); }

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

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

 span { border-color: rgb(220,197,169); }

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