#D7C3AA

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

Shades of Bone #D7C3AA

Tints of Bone #D7C3AA

Color information

#D7C3AA (or 0xD7C3AA) is unknown color: approx Bone. HEX triplet: D7, C3 and AA. RGB value is (215,195,170). Sum of RGB (Red+Green+Blue) = 215+195+170=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C3AA is #283C55. Grayscale: #C6C6C6. Windows color (decimal): -2636886 or 11191255. OLE color: 11191255.

HSL color Cylindrical-coordinate representation of color #D7C3AA: hue angle of 33.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7C3AA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215195170-
CMYK00.090.210.16
HSL33.33º36%75.49%-
HSV(B)33.33º20.93%84.31%-
XYZ54.856.3846.02-
YUV198.13112.13140.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 195 (76.56% from 255) = 33.62%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=37.07%
G=33.62%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519517000.090.210.1633.333675.49
HexD7C3AA09151021244b
Octal32730325201125204144113
Binary1101011111000011101010100100110101100001000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3AA; }

 p { color: rgb(215,195,170); }

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

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

 a { background-color: rgb(215,195,170); }

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

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

 span { border-color: rgb(215,195,170); }

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