#D7C2AF

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

Shades of Bone #D7C2AF

Tints of Bone #D7C2AF

Color information

#D7C2AF (or 0xD7C2AF) is unknown color: approx Bone. HEX triplet: D7, C2 and AF. RGB value is (215,194,175). Sum of RGB (Red+Green+Blue) = 215+194+175=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2AF is #283D50. Grayscale: #C6C6C6. Windows color (decimal): -2637137 or 11518679. OLE color: 11518679.

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

Color convert

RGB215194175-
CMYK00.100.190.16
HSL28.5º33.33%76.47%-
HSV(B)28.5º18.6%84.31%-
XYZ55.0556.1348.49-
YUV198.11114.96140.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=36.82%
G=33.22%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519417500.100.190.1628.533.3376.47
HexD7C2AF0A13101d214c
Octal32730225701223203541114
Binary110101111100001010101111010101001110000111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2AF; }

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

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

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

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

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

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

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

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