#D1AF7C

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

Shades of Calico #D1AF7C

Tints of Calico #D1AF7C

Color information

#D1AF7C (or 0xD1AF7C) is unknown color: approx Calico. HEX triplet: D1, AF and 7C. RGB value is (209,175,124). Sum of RGB (Red+Green+Blue) = 209+175+124=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF7C is #2E5083. Grayscale: #B3B3B3. Windows color (decimal): -3035268 or 8171473. OLE color: 8171473.

HSL color Cylindrical-coordinate representation of color #D1AF7C: hue angle of 36º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1AF7C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB209175124-
CMYK00.160.410.18
HSL36º48.02%65.29%-
HSV(B)36º40.67%81.96%-
XYZ45.2645.6725.5-
YUV179.3596.76149.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=41.14%
G=34.45%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917512400.160.410.183648.0265.29
HexD1AF7C0102912243041
Octal32125717402051224460101
Binary11010001101011111111100010000101001100101001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF7C; }

 p { color: rgb(209,175,124); }

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

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

 a { background-color: rgb(209,175,124); }

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

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

 span { border-color: rgb(209,175,124); }

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