#D7C5AE

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

Shades of Bone #D7C5AE

Tints of Bone #D7C5AE

Color information

#D7C5AE (or 0xD7C5AE) is unknown color: approx Bone. HEX triplet: D7, C5 and AE. RGB value is (215,197,174). Sum of RGB (Red+Green+Blue) = 215+197+174=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C5AE is #283A51. Grayscale: #C7C7C7. Windows color (decimal): -2636370 or 11453911. OLE color: 11453911.

HSL color Cylindrical-coordinate representation of color #D7C5AE: hue angle of 33.66º 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 #D7C5AE is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215197174-
CMYK00.080.190.16
HSL33.66º33.88%76.27%-
HSV(B)33.66º19.07%84.31%-
XYZ55.6357.4448.2-
YUV199.76113.46138.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=36.69%
G=33.62%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519717400.080.190.1633.6633.8876.27
HexD7C5AE08131022224c
Octal32730525601023204242114
Binary1101011111000101101011100100010011100001000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C5AE; }

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

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

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

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

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

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

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

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