#D5A977

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

Shades of Calico #D5A977

Tints of Calico #D5A977

Color information

#D5A977 (or 0xD5A977) is unknown color: approx Calico. HEX triplet: D5, A9 and 77. RGB value is (213,169,119). Sum of RGB (Red+Green+Blue) = 213+169+119=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A977 is #2A5688. Grayscale: #B0B0B0. Windows color (decimal): -2774665 or 7842261. OLE color: 7842261.

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

Color convert

RGB213169119-
CMYK00.210.440.16
HSL31.91º52.81%65.1%-
HSV(B)31.91º44.13%83.53%-
XYZ44.9643.8523.55-
YUV176.4695.58154.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=42.51%
G=33.73%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316911900.210.440.1631.9152.8165.1
HexD5A9770152C10203541
Octal32525116702554204065101
Binary11010101101010011110111010101101100100001000001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A977; }

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

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

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

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

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

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

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

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