#D9C4AE

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

Shades of Bone #D9C4AE

Tints of Bone #D9C4AE

Color information

#D9C4AE (or 0xD9C4AE) is unknown color: approx Bone. HEX triplet: D9, C4 and AE. RGB value is (217,196,174). Sum of RGB (Red+Green+Blue) = 217+196+174=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4AE is #263B51. Grayscale: #C7C7C7. Windows color (decimal): -2505554 or 11453657. OLE color: 11453657.

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

Color convert

RGB217196174-
CMYK00.100.200.15
HSL30.7º36.13%76.67%-
HSV(B)30.7º19.82%85.1%-
XYZ5657.2948.15-
YUV199.77113.46140.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=36.97%
G=33.39%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719617400.100.200.1530.736.1376.67
HexD9C4AE0A14F1f244d
Octal33130425601224173744115
Binary11011001110001001010111001010101001111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4AE; }

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

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

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

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

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

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

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

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