#D1AD80

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

Shades of Calico #D1AD80

Tints of Calico #D1AD80

Color information

#D1AD80 (or 0xD1AD80) is unknown color: approx Calico. HEX triplet: D1, AD and 80. RGB value is (209,173,128). Sum of RGB (Red+Green+Blue) = 209+173+128=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD80 is #2E527F. Grayscale: #B2B2B2. Windows color (decimal): -3035776 or 8433105. OLE color: 8433105.

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

Color convert

RGB209173128-
CMYK00.170.390.18
HSL33.33º46.82%66.08%-
HSV(B)33.33º38.76%81.96%-
XYZ45.134526.73-
YUV178.6399.43149.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=40.98%
G=33.92%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917312800.170.390.1833.3346.8266.08
HexD1AD800112712212f42
Octal32125520002147224157102
Binary110100011010110110000000010001100111100101000011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD80; }

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

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

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

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

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

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

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

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