#DCC1A9

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

Shades of Bone #DCC1A9

Tints of Bone #DCC1A9

Color information

#DCC1A9 (or 0xDCC1A9) is unknown color: approx Bone. HEX triplet: DC, C1 and A9. RGB value is (220,193,169). Sum of RGB (Red+Green+Blue) = 220+193+169=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1A9 is #233E56. Grayscale: #C6C6C6. Windows color (decimal): -2309719 or 11125212. OLE color: 11125212.

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

Color convert

RGB220193169-
CMYK00.120.230.14
HSL28.24º42.15%76.27%-
HSV(B)28.24º23.18%86.27%-
XYZ55.7556.2245.45-
YUV198.34111.45143.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=37.80%
G=33.16%
B=29.04%

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
Decimal22019316900.120.230.1428.2442.1576.27
HexDCC1A90C17E1c2a4c
Octal33430125101427163452114
Binary11011100110000011010100101100101111110111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1A9; }

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

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

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

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

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

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

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

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