#D9C4AA

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

Shades of Bone #D9C4AA

Tints of Bone #D9C4AA

Color information

#D9C4AA (or 0xD9C4AA) is unknown color: approx Bone. HEX triplet: D9, C4 and AA. RGB value is (217,196,170). Sum of RGB (Red+Green+Blue) = 217+196+170=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4AA is #263B55. Grayscale: #C7C7C7. Windows color (decimal): -2505558 or 11191513. OLE color: 11191513.

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

Color convert

RGB217196170-
CMYK00.100.220.15
HSL33.19º38.21%75.88%-
HSV(B)33.19º21.66%85.1%-
XYZ55.6157.1346.13-
YUV199.32111.46140.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=37.22%
G=33.62%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719617000.100.220.1533.1938.2175.88
HexD9C4AA0A16F21264c
Octal33130425201226174146114
Binary110110011100010010101010010101011011111000011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4AA; }

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

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

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

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

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

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

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

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