#D9C2AA

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

Shades of Bone #D9C2AA

Tints of Bone #D9C2AA

Color information

#D9C2AA (or 0xD9C2AA) is unknown color: approx Bone. HEX triplet: D9, C2 and AA. RGB value is (217,194,170). Sum of RGB (Red+Green+Blue) = 217+194+170=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2AA is #263D55. Grayscale: #C6C6C6. Windows color (decimal): -2506070 or 11191001. OLE color: 11191001.

HSL color Cylindrical-coordinate representation of color #D9C2AA: hue angle of 30.64º 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 #D9C2AA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217194170-
CMYK00.110.220.15
HSL30.64º38.21%75.88%-
HSV(B)30.64º21.66%85.1%-
XYZ55.1656.2445.98-
YUV198.14112.12141.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=37.35%
G=33.39%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719417000.110.220.1530.6438.2175.88
HexD9C2AA0B16F1f264c
Octal33130225201326173746114
Binary11011001110000101010101001011101101111111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2AA; }

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

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

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

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

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

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

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

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