#D9C4AD

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

Shades of Bone #D9C4AD

Tints of Bone #D9C4AD

Color information

#D9C4AD (or 0xD9C4AD) is unknown color: approx Bone. HEX triplet: D9, C4 and AD. RGB value is (217,196,173). Sum of RGB (Red+Green+Blue) = 217+196+173=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4AD is #263B52. Grayscale: #C7C7C7. Windows color (decimal): -2505555 or 11388121. OLE color: 11388121.

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

Color convert

RGB217196173-
CMYK00.100.200.15
HSL31.36º36.67%76.47%-
HSV(B)31.36º20.28%85.1%-
XYZ55.957.2547.64-
YUV199.66112.96140.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=37.03%
G=33.45%
B=29.52%

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
Decimal21719617300.100.200.1531.3636.6776.47
HexD9C4AD0A14F1f254c
Octal33130425501224173745114
Binary11011001110001001010110101010101001111111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4AD; }

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

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

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

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

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

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

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

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