#D7C0AE

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

Shades of Bone #D7C0AE

Tints of Bone #D7C0AE

Color information

#D7C0AE (or 0xD7C0AE) is unknown color: approx Bone. HEX triplet: D7, C0 and AE. RGB value is (215,192,174). Sum of RGB (Red+Green+Blue) = 215+192+174=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C0AE is #283F51. Grayscale: #C4C4C4. Windows color (decimal): -2637650 or 11452631. OLE color: 11452631.

HSL color Cylindrical-coordinate representation of color #D7C0AE: hue angle of 26.34º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7C0AE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215192174-
CMYK00.110.190.16
HSL26.34º33.88%76.27%-
HSV(B)26.34º19.07%84.31%-
XYZ54.5155.247.83-
YUV196.82115.12140.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=37.01%
G=33.05%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519217400.110.190.1626.3433.8876.27
HexD7C0AE0B13101a224c
Octal32730025601323203242114
Binary110101111100000010101110010111001110000110101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0AE; }

 p { color: rgb(215,192,174); }

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

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

 a { background-color: rgb(215,192,174); }

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

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

 span { border-color: rgb(215,192,174); }

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