#D3AC8A

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

Shades of Calico #D3AC8A

Tints of Calico #D3AC8A

Color information

#D3AC8A (or 0xD3AC8A) is unknown color: approx Calico. HEX triplet: D3, AC and 8A. RGB value is (211,172,138). Sum of RGB (Red+Green+Blue) = 211+172+138=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC8A is #2C5375. Grayscale: #B3B3B3. Windows color (decimal): -2904950 or 9088211. OLE color: 9088211.

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

Color convert

RGB211172138-
CMYK00.180.350.17
HSL27.95º45.34%68.43%-
HSV(B)27.95º34.6%82.75%-
XYZ46.245.1930.33-
YUV179.78104.42150.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=40.50%
G=33.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117213800.180.350.1727.9545.3468.43
HexD3AC8A01223111c2d44
Octal32325421202243213455104
Binary11010011101011001000101001001010001110001111001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC8A; }

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

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

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

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

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

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

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

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