#D3AF7A

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

Shades of Calico #D3AF7A

Tints of Calico #D3AF7A

Color information

#D3AF7A (or 0xD3AF7A) is unknown color: approx Calico. HEX triplet: D3, AF and 7A. RGB value is (211,175,122). Sum of RGB (Red+Green+Blue) = 211+175+122=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AF7A is #2C5085. Grayscale: #B3B3B3. Windows color (decimal): -2904198 or 8040403. OLE color: 8040403.

HSL color Cylindrical-coordinate representation of color #D3AF7A: hue angle of 35.73º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3AF7A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB211175122-
CMYK00.170.420.17
HSL35.73º50.28%65.29%-
HSV(B)35.73º42.18%82.75%-
XYZ45.7145.9124.87-
YUV179.7295.43150.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=41.54%
G=34.45%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117512200.170.420.1735.7350.2865.29
HexD3AF7A0112A11243241
Octal32325717202152214462101
Binary11010011101011111111010010001101010100011001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AF7A; }

 p { color: rgb(211,175,122); }

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

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

 a { background-color: rgb(211,175,122); }

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

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

 span { border-color: rgb(211,175,122); }

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