#d1ab83

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

Shades of Calico #D1AB83

Tints of Calico #D1AB83

Color information

#D1AB83 (or 0xD1AB83) is unknown color: approx Calico. HEX triplet: D1, AB and 83. RGB value is (209,171,131). Sum of RGB (Red+Green+Blue) = 209+171+131=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB83 is #2E547C. Grayscale: #B2B2B2. Windows color (decimal): -3036285 or 8629201. OLE color: 8629201.

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

Color convert

RGB209171131-
CMYK00.180.370.18
HSL30.77º45.88%66.67%-
HSV(B)30.77º37.32%81.96%-
XYZ44.9544.3227.66-
YUV177.8101.59150.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 131 (51.56% from 255) = 25.64%
R=40.90%
G=33.46%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917113100.180.370.1830.7745.8866.67
HexD1AB8301225121f2e43
Octal32125320302245223756103
Binary11010001101010111000001101001010010110010111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ab83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ab83; }

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

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

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

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

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

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

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

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