#D3AF7F

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

Shades of Calico #D3AF7F

Tints of Calico #D3AF7F

Color information

#D3AF7F (or 0xD3AF7F) is unknown color: approx Calico. HEX triplet: D3, AF and 7F. RGB value is (211,175,127). Sum of RGB (Red+Green+Blue) = 211+175+127=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AF7F is #2C5080. Grayscale: #B4B4B4. Windows color (decimal): -2904193 or 8368083. OLE color: 8368083.

HSL color Cylindrical-coordinate representation of color #D3AF7F: hue angle of 34.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3AF7F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB211175127-
CMYK00.170.400.17
HSL34.29º48.84%66.27%-
HSV(B)34.29º39.81%82.75%-
XYZ46.0246.0426.54-
YUV180.2997.93149.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 127 (50% from 255) = 24.76%
R=41.13%
G=34.11%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117512700.170.400.1734.2948.8466.27
HexD3AF7F0112811223142
Octal32325717702150214261102
Binary11010011101011111111111010001101000100011000101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AF7F; }

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

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

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

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

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

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

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

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