#D9C3AD

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

Shades of Bone #D9C3AD

Tints of Bone #D9C3AD

Color information

#D9C3AD (or 0xD9C3AD) is unknown color: approx Bone. HEX triplet: D9, C3 and AD. RGB value is (217,195,173). Sum of RGB (Red+Green+Blue) = 217+195+173=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3AD is #263C52. Grayscale: #C7C7C7. Windows color (decimal): -2505811 or 11387865. OLE color: 11387865.

HSL color Cylindrical-coordinate representation of color #D9C3AD: hue angle of 30º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C3AD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217195173-
CMYK00.100.200.15
HSL30º36.67%76.47%-
HSV(B)30º20.28%85.1%-
XYZ55.6756.847.56-
YUV199.07113.29140.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=37.09%
G=33.33%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719517300.100.200.153036.6776.47
HexD9C3AD0A14F1e254c
Octal33130325501224173645114
Binary11011001110000111010110101010101001111111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C3AD; }

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

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

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

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

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

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

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

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