#D7C0AC

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

Shades of Bone #D7C0AC

Tints of Bone #D7C0AC

Color information

#D7C0AC (or 0xD7C0AC) is unknown color: approx Bone. HEX triplet: D7, C0 and AC. RGB value is (215,192,172). Sum of RGB (Red+Green+Blue) = 215+192+172=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C0AC is #283F53. Grayscale: #C4C4C4. Windows color (decimal): -2637652 or 11321559. OLE color: 11321559.

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

Color convert

RGB215192172-
CMYK00.110.20.16
HSL27.91º34.96%75.88%-
HSV(B)27.91º20%84.31%-
XYZ54.3255.1246.81-
YUV196.6114.12141.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=37.13%
G=33.16%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519217200.110.20.1627.9134.9675.88
HexD7C0AC0B14101c234c
Octal32730025401324203443114
Binary110101111100000010101100010111010010000111001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0AC; }

 p { color: rgb(215,192,172); }

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

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

 a { background-color: rgb(215,192,172); }

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

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

 span { border-color: rgb(215,192,172); }

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