#D6C2AF

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

Shades of Bone #D6C2AF

Tints of Bone #D6C2AF

Color information

#D6C2AF (or 0xD6C2AF) is unknown color: approx Bone. HEX triplet: D6, C2 and AF. RGB value is (214,194,175). Sum of RGB (Red+Green+Blue) = 214+194+175=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C2AF is #293D50. Grayscale: #C5C5C5. Windows color (decimal): -2702673 or 11518678. OLE color: 11518678.

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

Color convert

RGB214194175-
CMYK00.090.180.16
HSL29.23º32.23%76.27%-
HSV(B)29.23º18.22%83.92%-
XYZ54.7655.9748.48-
YUV197.81115.13139.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=36.71%
G=33.28%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419417500.090.180.1629.2332.2376.27
HexD6C2AF0912101d204c
Octal32630225701122203540114
Binary110101101100001010101111010011001010000111011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2AF; }

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

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

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

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

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

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

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

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