#D7C5AB

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

Shades of Bone #D7C5AB

Tints of Bone #D7C5AB

Color information

#D7C5AB (or 0xD7C5AB) is unknown color: approx Bone. HEX triplet: D7, C5 and AB. RGB value is (215,197,171). Sum of RGB (Red+Green+Blue) = 215+197+171=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C5AB is #283A54. Grayscale: #C7C7C7. Windows color (decimal): -2636373 or 11257303. OLE color: 11257303.

HSL color Cylindrical-coordinate representation of color #D7C5AB: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7C5AB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215197171-
CMYK00.080.200.16
HSL35.45º35.48%75.69%-
HSV(B)35.45º20.47%84.31%-
XYZ55.3457.3246.68-
YUV199.42111.96139.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=36.88%
G=33.79%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519717100.080.200.1635.4535.4875.69
HexD7C5AB08141023234c
Octal32730525301024204343114
Binary1101011111000101101010110100010100100001000111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C5AB; }

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

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

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

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

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

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

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

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