#D4AC7F

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

Shades of Calico #D4AC7F

Tints of Calico #D4AC7F

Color information

#D4AC7F (or 0xD4AC7F) is unknown color: approx Calico. HEX triplet: D4, AC and 7F. RGB value is (212,172,127). Sum of RGB (Red+Green+Blue) = 212+172+127=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC7F is #2B5380. Grayscale: #B3B3B3. Windows color (decimal): -2839425 or 8367316. OLE color: 8367316.

HSL color Cylindrical-coordinate representation of color #D4AC7F: hue angle of 31.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4AC7F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212172127-
CMYK00.190.400.17
HSL31.76º49.71%66.47%-
HSV(B)31.76º40.09%83.14%-
XYZ45.7345.0326.36-
YUV178.8398.75151.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 127 (50% from 255) = 24.85%
R=41.49%
G=33.66%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217212700.190.400.1731.7649.7166.47
HexD4AC7F0132811203242
Octal32425417702350214062102
Binary11010100101011001111111010011101000100011000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC7F; }

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

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

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

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

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

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

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

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