#D5C0AE

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

Shades of Bone #D5C0AE

Tints of Bone #D5C0AE

Color information

#D5C0AE (or 0xD5C0AE) is unknown color: approx Bone. HEX triplet: D5, C0 and AE. RGB value is (213,192,174). Sum of RGB (Red+Green+Blue) = 213+192+174=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C0AE is #2A3F51. Grayscale: #C4C4C4. Windows color (decimal): -2768722 or 11452629. OLE color: 11452629.

HSL color Cylindrical-coordinate representation of color #D5C0AE: hue angle of 27.69º 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 #D5C0AE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213192174-
CMYK00.100.180.16
HSL27.69º31.71%75.88%-
HSV(B)27.69º18.31%83.53%-
XYZ53.9354.947.8-
YUV196.23115.46139.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=36.79%
G=33.16%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319217400.100.180.1627.6931.7175.88
HexD5C0AE0A12101c204c
Octal32530025601222203440114
Binary110101011100000010101110010101001010000111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0AE; }

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

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

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

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

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

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

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

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