#DCC2A9

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

Shades of Bone #DCC2A9

Tints of Bone #DCC2A9

Color information

#DCC2A9 (or 0xDCC2A9) is unknown color: approx Bone. HEX triplet: DC, C2 and A9. RGB value is (220,194,169). Sum of RGB (Red+Green+Blue) = 220+194+169=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2A9 is #233D56. Grayscale: #C7C7C7. Windows color (decimal): -2309463 or 11125468. OLE color: 11125468.

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

Color convert

RGB220194169-
CMYK00.120.230.14
HSL29.41º42.15%76.27%-
HSV(B)29.41º23.18%86.27%-
XYZ55.9756.6645.52-
YUV198.92111.11143.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 169 (66.41% from 255) = 28.99%
R=37.74%
G=33.28%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019416900.120.230.1429.4142.1576.27
HexDCC2A90C17E1d2a4c
Octal33430225101427163552114
Binary11011100110000101010100101100101111110111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2A9; }

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

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

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

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

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

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

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

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