#D9C6AD

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

Shades of Bone #D9C6AD

Tints of Bone #D9C6AD

Color information

#D9C6AD (or 0xD9C6AD) is unknown color: approx Bone. HEX triplet: D9, C6 and AD. RGB value is (217,198,173). Sum of RGB (Red+Green+Blue) = 217+198+173=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6AD is #263952. Grayscale: #C8C8C8. Windows color (decimal): -2505043 or 11388633. OLE color: 11388633.

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

Color convert

RGB217198173-
CMYK00.090.200.15
HSL34.09º36.67%76.47%-
HSV(B)34.09º20.28%85.1%-
XYZ56.3558.1647.79-
YUV200.83112.29139.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=36.90%
G=33.67%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719817300.090.200.1534.0936.6776.47
HexD9C6AD0914F22254c
Octal33130625501124174245114
Binary110110011100011010101101010011010011111000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6AD; }

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

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

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

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

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

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

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

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