#D2C0AD

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

Shades of Bone #D2C0AD

Tints of Bone #D2C0AD

Color information

#D2C0AD (or 0xD2C0AD) is unknown color: approx Bone. HEX triplet: D2, C0 and AD. RGB value is (210,192,173). Sum of RGB (Red+Green+Blue) = 210+192+173=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C0AD is #2D3F52. Grayscale: #C3C3C3. Windows color (decimal): -2965331 or 11387090. OLE color: 11387090.

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

Color convert

RGB210192173-
CMYK00.090.180.18
HSL30.81º29.13%75.1%-
HSV(B)30.81º17.62%82.35%-
XYZ52.9754.4247.25-
YUV195.22115.46138.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=36.52%
G=33.39%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019217300.090.180.1830.8129.1375.1
HexD2C0AD0912121f1d4b
Octal32230025501122223735113
Binary11010010110000001010110101001100101001011111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0AD; }

 p { color: rgb(210,192,173); }

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

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

 a { background-color: rgb(210,192,173); }

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

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

 span { border-color: rgb(210,192,173); }

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