#D7C5AF

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

Shades of Bone #D7C5AF

Tints of Bone #D7C5AF

Color information

#D7C5AF (or 0xD7C5AF) is unknown color: approx Bone. HEX triplet: D7, C5 and AF. RGB value is (215,197,175). Sum of RGB (Red+Green+Blue) = 215+197+175=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C5AF is #283A50. Grayscale: #C7C7C7. Windows color (decimal): -2636369 or 11519447. OLE color: 11519447.

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

Color convert

RGB215197175-
CMYK00.080.190.16
HSL33º33.33%76.47%-
HSV(B)33º18.6%84.31%-
XYZ55.7357.4748.71-
YUV199.87113.96138.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=36.63%
G=33.56%
B=29.81%

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
Decimal21519717500.080.190.163333.3376.47
HexD7C5AF08131021214c
Octal32730525701023204141114
Binary1101011111000101101011110100010011100001000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C5AF; }

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

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

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

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

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

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

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

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