#D6C3AE

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

Shades of Bone #D6C3AE

Tints of Bone #D6C3AE

Color information

#D6C3AE (or 0xD6C3AE) is unknown color: approx Bone. HEX triplet: D6, C3 and AE. RGB value is (214,195,174). Sum of RGB (Red+Green+Blue) = 214+195+174=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C3AE is #293C51. Grayscale: #C6C6C6. Windows color (decimal): -2702418 or 11453398. OLE color: 11453398.

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

Color convert

RGB214195174-
CMYK00.090.190.16
HSL31.5º32.79%76.08%-
HSV(B)31.5º18.69%83.92%-
XYZ54.8956.3848.03-
YUV198.29114.29139.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=36.71%
G=33.45%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419517400.090.190.1631.532.7976.08
HexD6C3AE09131020214c
Octal32630325601123204041114
Binary1101011011000011101011100100110011100001000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3AE; }

 p { color: rgb(214,195,174); }

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

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

 a { background-color: rgb(214,195,174); }

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

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

 span { border-color: rgb(214,195,174); }

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