#D1AD8A

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

Shades of Calico #D1AD8A

Tints of Calico #D1AD8A

Color information

#D1AD8A (or 0xD1AD8A) is unknown color: approx Calico. HEX triplet: D1, AD and 8A. RGB value is (209,173,138). Sum of RGB (Red+Green+Blue) = 209+173+138=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD8A is #2E5275. Grayscale: #B3B3B3. Windows color (decimal): -3035766 or 9088465. OLE color: 9088465.

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

Color convert

RGB209173138-
CMYK00.170.340.18
HSL29.58º43.56%68.04%-
HSV(B)29.58º33.97%81.96%-
XYZ45.8345.2830.37-
YUV179.77104.43148.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=40.19%
G=33.27%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917313800.170.340.1829.5843.5668.04
HexD1AD8A01122121e2c44
Octal32125521202142223654104
Binary11010001101011011000101001000110001010010111101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD8A; }

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

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

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

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

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

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

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

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