#D3AC8C

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

Shades of Calico #D3AC8C

Tints of Calico #D3AC8C

Color information

#D3AC8C (or 0xD3AC8C) is unknown color: approx Calico. HEX triplet: D3, AC and 8C. RGB value is (211,172,140). Sum of RGB (Red+Green+Blue) = 211+172+140=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC8C is #2C5373. Grayscale: #B4B4B4. Windows color (decimal): -2904948 or 9219283. OLE color: 9219283.

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

Color convert

RGB211172140-
CMYK00.180.340.17
HSL27.04º44.65%68.82%-
HSV(B)27.04º33.65%82.75%-
XYZ46.3545.2531.1-
YUV180.01105.42150.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=40.34%
G=32.89%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117214000.180.340.1727.0444.6568.82
HexD3AC8C01222111b2d45
Octal32325421402242213355105
Binary11010011101011001000110001001010001010001110111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC8C; }

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

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

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

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

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

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

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

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