#D9C1AE

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

Shades of Bone #D9C1AE

Tints of Bone #D9C1AE

Color information

#D9C1AE (or 0xD9C1AE) is unknown color: approx Bone. HEX triplet: D9, C1 and AE. RGB value is (217,193,174). Sum of RGB (Red+Green+Blue) = 217+193+174=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C1AE is #263E51. Grayscale: #C6C6C6. Windows color (decimal): -2506322 or 11452889. OLE color: 11452889.

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

Color convert

RGB217193174-
CMYK00.110.200.15
HSL26.51º36.13%76.67%-
HSV(B)26.51º19.82%85.1%-
XYZ55.3355.9547.93-
YUV198.01114.45141.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=37.16%
G=33.05%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719317400.110.200.1526.5136.1376.67
HexD9C1AE0B14F1b244d
Octal33130125601324173344115
Binary11011001110000011010111001011101001111110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1AE; }

 p { color: rgb(217,193,174); }

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

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

 a { background-color: rgb(217,193,174); }

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

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

 span { border-color: rgb(217,193,174); }

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