#D9C1AA

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

Shades of Bone #D9C1AA

Tints of Bone #D9C1AA

Color information

#D9C1AA (or 0xD9C1AA) is unknown color: approx Bone. HEX triplet: D9, C1 and AA. RGB value is (217,193,170). Sum of RGB (Red+Green+Blue) = 217+193+170=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C1AA is #263E55. Grayscale: #C5C5C5. Windows color (decimal): -2506326 or 11190745. OLE color: 11190745.

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

Color convert

RGB217193170-
CMYK00.110.220.15
HSL29.36º38.21%75.88%-
HSV(B)29.36º21.66%85.1%-
XYZ54.9455.7945.9-
YUV197.55112.45141.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=37.41%
G=33.28%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719317000.110.220.1529.3638.2175.88
HexD9C1AA0B16F1d264c
Octal33130125201326173546114
Binary11011001110000011010101001011101101111111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1AA; }

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

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

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

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

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

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

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

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