#D6C0A9

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

Shades of Bone #D6C0A9

Tints of Bone #D6C0A9

Color information

#D6C0A9 (or 0xD6C0A9) is unknown color: approx Bone. HEX triplet: D6, C0 and A9. RGB value is (214,192,169). Sum of RGB (Red+Green+Blue) = 214+192+169=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C0A9 is #293F56. Grayscale: #C4C4C4. Windows color (decimal): -2703191 or 11124950. OLE color: 11124950.

HSL color Cylindrical-coordinate representation of color #D6C0A9: hue angle of 30.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C0A9 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214192169-
CMYK00.100.210.16
HSL30.67º35.43%75.1%-
HSV(B)30.67º21.03%83.92%-
XYZ53.7454.8645.29-
YUV195.96112.79140.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=37.22%
G=33.39%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419216900.100.210.1630.6735.4375.1
HexD6C0A90A15101f234b
Octal32630025101225203743113
Binary110101101100000010101001010101010110000111111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0A9; }

 p { color: rgb(214,192,169); }

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

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

 a { background-color: rgb(214,192,169); }

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

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

 span { border-color: rgb(214,192,169); }

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