#D4AC82

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

Shades of Calico #D4AC82

Tints of Calico #D4AC82

Color information

#D4AC82 (or 0xD4AC82) is unknown color: approx Calico. HEX triplet: D4, AC and 82. RGB value is (212,172,130). Sum of RGB (Red+Green+Blue) = 212+172+130=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC82 is #2B537D. Grayscale: #B3B3B3. Windows color (decimal): -2839422 or 8563924. OLE color: 8563924.

HSL color Cylindrical-coordinate representation of color #D4AC82: hue angle of 30.73º 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 #D4AC82 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212172130-
CMYK00.190.390.17
HSL30.73º48.81%67.06%-
HSV(B)30.73º38.68%83.14%-
XYZ45.9345.1127.41-
YUV179.17100.25151.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=41.25%
G=33.46%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217213000.190.390.1730.7348.8167.06
HexD4AC8201327111f3143
Octal32425420202347213761103
Binary11010100101011001000001001001110011110001111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC82; }

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

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

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

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

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

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

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

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