#D9C2AF

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

Shades of Bone #D9C2AF

Tints of Bone #D9C2AF

Color information

#D9C2AF (or 0xD9C2AF) is unknown color: approx Bone. HEX triplet: D9, C2 and AF. RGB value is (217,194,175). Sum of RGB (Red+Green+Blue) = 217+194+175=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2AF is #263D50. Grayscale: #C6C6C6. Windows color (decimal): -2506065 or 11518681. OLE color: 11518681.

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

Color convert

RGB217194175-
CMYK00.110.190.15
HSL27.14º35.59%76.86%-
HSV(B)27.14º19.35%85.1%-
XYZ55.6456.4348.52-
YUV198.71114.62141.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=37.03%
G=33.11%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719417500.110.190.1527.1435.5976.86
HexD9C2AF0B13F1b244d
Octal33130225701323173344115
Binary11011001110000101010111101011100111111110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2AF; }

 p { color: rgb(217,194,175); }

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

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

 a { background-color: rgb(217,194,175); }

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

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

 span { border-color: rgb(217,194,175); }

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