#D4AE79

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

Shades of Calico #D4AE79

Tints of Calico #D4AE79

Color information

#D4AE79 (or 0xD4AE79) is unknown color: approx Calico. HEX triplet: D4, AE and 79. RGB value is (212,174,121). Sum of RGB (Red+Green+Blue) = 212+174+121=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE79 is #2B5186. Grayscale: #B3B3B3. Windows color (decimal): -2838919 or 7974612. OLE color: 7974612.

HSL color Cylindrical-coordinate representation of color #D4AE79: hue angle of 34.95º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4AE79 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212174121-
CMYK00.180.430.17
HSL34.95º51.41%65.29%-
HSV(B)34.95º42.92%83.14%-
XYZ45.7445.6524.49-
YUV179.3295.09151.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=41.81%
G=34.32%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217412100.180.430.1734.9551.4165.29
HexD4AE790122B11233341
Octal32425617102253214363101
Binary11010100101011101111001010010101011100011000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE79; }

 p { color: rgb(212,174,121); }

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

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

 a { background-color: rgb(212,174,121); }

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

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

 span { border-color: rgb(212,174,121); }

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