#D4AE82

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

Shades of Calico #D4AE82

Tints of Calico #D4AE82

Color information

#D4AE82 (or 0xD4AE82) is unknown color: approx Calico. HEX triplet: D4, AE and 82. RGB value is (212,174,130). Sum of RGB (Red+Green+Blue) = 212+174+130=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE82 is #2B517D. Grayscale: #B4B4B4. Windows color (decimal): -2838910 or 8564436. OLE color: 8564436.

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

Color convert

RGB212174130-
CMYK00.180.390.17
HSL32.2º48.81%67.06%-
HSV(B)32.2º38.68%83.14%-
XYZ46.3245.8827.53-
YUV180.3599.59150.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=41.09%
G=33.72%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217413000.180.390.1732.248.8167.06
HexD4AE820122711203143
Octal32425620202247214061103
Binary110101001010111010000010010010100111100011000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE82; }

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

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

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

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

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

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

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

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