#D8AE79

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

Shades of Calico #D8AE79

Tints of Calico #D8AE79

Color information

#D8AE79 (or 0xD8AE79) is unknown color: approx Calico. HEX triplet: D8, AE and 79. RGB value is (216,174,121). Sum of RGB (Red+Green+Blue) = 216+174+121=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE79 is #275186. Grayscale: #B4B4B4. Windows color (decimal): -2576775 or 7974616. OLE color: 7974616.

HSL color Cylindrical-coordinate representation of color #D8AE79: hue angle of 33.47º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8AE79 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216174121-
CMYK00.190.440.15
HSL33.47º54.91%66.08%-
HSV(B)33.47º43.98%84.71%-
XYZ46.9146.2524.54-
YUV180.5294.41153.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=42.27%
G=34.05%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617412100.190.440.1533.4754.9166.08
HexD8AE790132CF213742
Octal33025617102354174167102
Binary1101100010101110111100101001110110011111000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE79; }

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

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

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

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

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

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

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

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