#D9C6AE

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

Shades of Bone #D9C6AE

Tints of Bone #D9C6AE

Color information

#D9C6AE (or 0xD9C6AE) is unknown color: approx Bone. HEX triplet: D9, C6 and AE. RGB value is (217,198,174). Sum of RGB (Red+Green+Blue) = 217+198+174=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6AE is #263951. Grayscale: #C9C9C9. Windows color (decimal): -2505042 or 11454169. OLE color: 11454169.

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

Color convert

RGB217198174-
CMYK00.090.200.15
HSL33.49º36.13%76.67%-
HSV(B)33.49º19.82%85.1%-
XYZ56.4558.248.3-
YUV200.94112.79139.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=36.84%
G=33.62%
B=29.54%

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
Decimal21719817400.090.200.1533.4936.1376.67
HexD9C6AE0914F21244d
Octal33130625601124174144115
Binary110110011100011010101110010011010011111000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6AE; }

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

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

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

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

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

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

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

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