#DCC6A9

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

Shades of Bone #DCC6A9

Tints of Bone #DCC6A9

Color information

#DCC6A9 (or 0xDCC6A9) is unknown color: approx Bone. HEX triplet: DC, C6 and A9. RGB value is (220,198,169). Sum of RGB (Red+Green+Blue) = 220+198+169=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6A9 is #233956. Grayscale: #C9C9C9. Windows color (decimal): -2308439 or 11126492. OLE color: 11126492.

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

Color convert

RGB220198169-
CMYK00.10.230.14
HSL34.12º42.15%76.27%-
HSV(B)34.12º23.18%86.27%-
XYZ56.8758.4745.82-
YUV201.27109.79141.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 169 (66.41% from 255) = 28.79%
R=37.48%
G=33.73%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019816900.10.230.1434.1242.1576.27
HexDCC6A90A17E222a4c
Octal33430625101227164252114
Binary110111001100011010101001010101011111101000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6A9; }

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

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

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

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

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

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

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

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