#D4AA82

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

Shades of Calico #D4AA82

Tints of Calico #D4AA82

Color information

#D4AA82 (or 0xD4AA82) is unknown color: approx Calico. HEX triplet: D4, AA and 82. RGB value is (212,170,130). Sum of RGB (Red+Green+Blue) = 212+170+130=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA82 is #2B557D. Grayscale: #B2B2B2. Windows color (decimal): -2839934 or 8563412. OLE color: 8563412.

HSL color Cylindrical-coordinate representation of color #D4AA82: hue angle of 29.27º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4AA82 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212170130-
CMYK00.200.390.17
HSL29.27º48.81%67.06%-
HSV(B)29.27º38.68%83.14%-
XYZ45.5644.3627.28-
YUV178100.91152.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=41.41%
G=33.20%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217013000.200.390.1729.2748.8167.06
HexD4AA8201427111d3143
Octal32425220202447213561103
Binary11010100101010101000001001010010011110001111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA82; }

 p { color: rgb(212,170,130); }

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

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

 a { background-color: rgb(212,170,130); }

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

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

 span { border-color: rgb(212,170,130); }

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