#D9C6AA

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

Shades of Bone #D9C6AA

Tints of Bone #D9C6AA

Color information

#D9C6AA (or 0xD9C6AA) is unknown color: approx Bone. HEX triplet: D9, C6 and AA. RGB value is (217,198,170). Sum of RGB (Red+Green+Blue) = 217+198+170=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6AA is #263955. Grayscale: #C8C8C8. Windows color (decimal): -2505046 or 11192025. OLE color: 11192025.

HSL color Cylindrical-coordinate representation of color #D9C6AA: hue angle of 35.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C6AA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217198170-
CMYK00.090.220.15
HSL35.74º38.21%75.88%-
HSV(B)35.74º21.66%85.1%-
XYZ56.0758.0446.28-
YUV200.49110.79139.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=37.09%
G=33.85%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719817000.090.220.1535.7438.2175.88
HexD9C6AA0916F24264c
Octal33130625201126174446114
Binary110110011100011010101010010011011011111001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6AA; }

 p { color: rgb(217,198,170); }

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

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

 a { background-color: rgb(217,198,170); }

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

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

 span { border-color: rgb(217,198,170); }

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