#D1AD82

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

Shades of Calico #D1AD82

Tints of Calico #D1AD82

Color information

#D1AD82 (or 0xD1AD82) is unknown color: approx Calico. HEX triplet: D1, AD and 82. RGB value is (209,173,130). Sum of RGB (Red+Green+Blue) = 209+173+130=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD82 is #2E527D. Grayscale: #B3B3B3. Windows color (decimal): -3035774 or 8564177. OLE color: 8564177.

HSL color Cylindrical-coordinate representation of color #D1AD82: hue angle of 32.66º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1AD82 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209173130-
CMYK00.170.380.18
HSL32.66º46.2%66.47%-
HSV(B)32.66º37.8%81.96%-
XYZ45.2745.0527.43-
YUV178.86100.43149.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=40.82%
G=33.79%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917313000.170.380.1832.6646.266.47
HexD1AD820112612212e42
Octal32125520202146224156102
Binary110100011010110110000010010001100110100101000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD82; }

 p { color: rgb(209,173,130); }

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

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

 a { background-color: rgb(209,173,130); }

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

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

 span { border-color: rgb(209,173,130); }

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