#D5C0AA

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

Shades of Bone #D5C0AA

Tints of Bone #D5C0AA

Color information

#D5C0AA (or 0xD5C0AA) is unknown color: approx Bone. HEX triplet: D5, C0 and AA. RGB value is (213,192,170). Sum of RGB (Red+Green+Blue) = 213+192+170=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C0AA is #2A3F55. Grayscale: #C3C3C3. Windows color (decimal): -2768726 or 11190485. OLE color: 11190485.

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

Color convert

RGB213192170-
CMYK00.100.200.16
HSL30.7º33.86%75.1%-
HSV(B)30.7º20.19%83.53%-
XYZ53.5554.7545.78-
YUV195.77113.46140.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=37.04%
G=33.39%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319217000.100.200.1630.733.8675.1
HexD5C0AA0A14101f224b
Octal32530025201224203742113
Binary110101011100000010101010010101010010000111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0AA; }

 p { color: rgb(213,192,170); }

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

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

 a { background-color: rgb(213,192,170); }

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

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

 span { border-color: rgb(213,192,170); }

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