#D3C0AF

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

Shades of Bone #D3C0AF

Tints of Bone #D3C0AF

Color information

#D3C0AF (or 0xD3C0AF) is unknown color: approx Bone. HEX triplet: D3, C0 and AF. RGB value is (211,192,175). Sum of RGB (Red+Green+Blue) = 211+192+175=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C0AF is #2C3F50. Grayscale: #C3C3C3. Windows color (decimal): -2899793 or 11518163. OLE color: 11518163.

HSL color Cylindrical-coordinate representation of color #D3C0AF: hue angle of 28.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3C0AF is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211192175-
CMYK00.090.170.17
HSL28.33º29.03%75.69%-
HSV(B)28.33º17.06%82.75%-
XYZ53.4554.6448.29-
YUV195.74116.29138.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=36.51%
G=33.22%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119217500.090.170.1728.3329.0375.69
HexD3C0AF0911111c1d4c
Octal32330025701121213435114
Binary11010011110000001010111101001100011000111100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C0AF; }

 p { color: rgb(211,192,175); }

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

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

 a { background-color: rgb(211,192,175); }

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

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

 span { border-color: rgb(211,192,175); }

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