#D3C1AF

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

Shades of Bone #D3C1AF

Tints of Bone #D3C1AF

Color information

#D3C1AF (or 0xD3C1AF) is unknown color: approx Bone. HEX triplet: D3, C1 and AF. RGB value is (211,193,175). Sum of RGB (Red+Green+Blue) = 211+193+175=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C1AF is #2C3E50. Grayscale: #C4C4C4. Windows color (decimal): -2899537 or 11518419. OLE color: 11518419.

HSL color Cylindrical-coordinate representation of color #D3C1AF: hue angle of 30º 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 #D3C1AF is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211193175-
CMYK00.090.170.17
HSL30º29.03%75.69%-
HSV(B)30º17.06%82.75%-
XYZ53.6755.0848.36-
YUV196.33115.96138.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=36.44%
G=33.33%
B=30.22%

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
Decimal21119317500.090.170.173029.0375.69
HexD3C1AF0911111e1d4c
Octal32330125701121213635114
Binary11010011110000011010111101001100011000111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C1AF; }

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

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

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

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

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

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

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

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