#D3AC81

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

Shades of Calico #D3AC81

Tints of Calico #D3AC81

Color information

#D3AC81 (or 0xD3AC81) is unknown color: approx Calico. HEX triplet: D3, AC and 81. RGB value is (211,172,129). Sum of RGB (Red+Green+Blue) = 211+172+129=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC81 is #2C537E. Grayscale: #B2B2B2. Windows color (decimal): -2904959 or 8498387. OLE color: 8498387.

HSL color Cylindrical-coordinate representation of color #D3AC81: hue angle of 31.46º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3AC81 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB211172129-
CMYK00.180.390.17
HSL31.46º48.24%66.67%-
HSV(B)31.46º38.86%82.75%-
XYZ45.5844.9427.04-
YUV178.7699.92151-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=41.21%
G=33.59%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117212900.180.390.1731.4648.2466.67
HexD3AC8101227111f3043
Octal32325420102247213760103
Binary11010011101011001000000101001010011110001111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC81; }

 p { color: rgb(211,172,129); }

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

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

 a { background-color: rgb(211,172,129); }

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

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

 span { border-color: rgb(211,172,129); }

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