#D5A979

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

Shades of Calico #D5A979

Tints of Calico #D5A979

Color information

#D5A979 (or 0xD5A979) is unknown color: approx Calico. HEX triplet: D5, A9 and 79. RGB value is (213,169,121). Sum of RGB (Red+Green+Blue) = 213+169+121=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A979 is #2A5686. Grayscale: #B0B0B0. Windows color (decimal): -2774663 or 7973333. OLE color: 7973333.

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

Color convert

RGB213169121-
CMYK00.210.430.16
HSL31.3º52.27%65.49%-
HSV(B)31.3º43.19%83.53%-
XYZ45.0843.924.19-
YUV176.6896.58153.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=42.35%
G=33.60%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316912100.210.430.1631.352.2765.49
HexD5A9790152B101f3441
Octal32525117102553203764101
Binary1101010110101001111100101010110101110000111111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A979; }

 p { color: rgb(213,169,121); }

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

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

 a { background-color: rgb(213,169,121); }

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

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

 span { border-color: rgb(213,169,121); }

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