#D1AB82

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

Shades of Calico #D1AB82

Tints of Calico #D1AB82

Color information

#D1AB82 (or 0xD1AB82) is unknown color: approx Calico. HEX triplet: D1, AB and 82. RGB value is (209,171,130). Sum of RGB (Red+Green+Blue) = 209+171+130=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB82 is #2E547D. Grayscale: #B1B1B1. Windows color (decimal): -3036286 or 8563665. OLE color: 8563665.

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

Color convert

RGB209171130-
CMYK00.180.380.18
HSL31.14º46.2%66.47%-
HSV(B)31.14º37.8%81.96%-
XYZ44.8944.2927.3-
YUV177.69101.09150.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=40.98%
G=33.53%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917113000.180.380.1831.1446.266.47
HexD1AB8201226121f2e42
Octal32125320202246223756102
Binary11010001101010111000001001001010011010010111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB82; }

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

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

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

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

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

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

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

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