#D9C3AA

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

Shades of Bone #D9C3AA

Tints of Bone #D9C3AA

Color information

#D9C3AA (or 0xD9C3AA) is unknown color: approx Bone. HEX triplet: D9, C3 and AA. RGB value is (217,195,170). Sum of RGB (Red+Green+Blue) = 217+195+170=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3AA is #263C55. Grayscale: #C6C6C6. Windows color (decimal): -2505814 or 11191257. OLE color: 11191257.

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

Color convert

RGB217195170-
CMYK00.100.220.15
HSL31.91º38.21%75.88%-
HSV(B)31.91º21.66%85.1%-
XYZ55.3956.6846.05-
YUV198.73111.79141.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=37.29%
G=33.51%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719517000.100.220.1531.9138.2175.88
HexD9C3AA0A16F20264c
Octal33130325201226174046114
Binary110110011100001110101010010101011011111000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C3AA; }

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

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

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

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

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

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

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

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