#D4AC81

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

Shades of Calico #D4AC81

Tints of Calico #D4AC81

Color information

#D4AC81 (or 0xD4AC81) is unknown color: approx Calico. HEX triplet: D4, AC and 81. RGB value is (212,172,129). Sum of RGB (Red+Green+Blue) = 212+172+129=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC81 is #2B537E. Grayscale: #B3B3B3. Windows color (decimal): -2839423 or 8498388. OLE color: 8498388.

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

Color convert

RGB212172129-
CMYK00.190.390.17
HSL31.08º49.11%66.86%-
HSV(B)31.08º39.15%83.14%-
XYZ45.8745.0927.05-
YUV179.0699.75151.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.33%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=41.33%
G=33.53%
B=25.15%

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
Decimal21217212900.190.390.1731.0849.1166.86
HexD4AC8101327111f3143
Octal32425420102347213761103
Binary11010100101011001000000101001110011110001111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC81; }

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

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

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

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

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

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

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

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