#D3AD8C

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

Shades of Calico #D3AD8C

Tints of Calico #D3AD8C

Color information

#D3AD8C (or 0xD3AD8C) is unknown color: approx Calico. HEX triplet: D3, AD and 8C. RGB value is (211,173,140). Sum of RGB (Red+Green+Blue) = 211+173+140=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD8C is #2C5273. Grayscale: #B4B4B4. Windows color (decimal): -2904692 or 9219539. OLE color: 9219539.

HSL color Cylindrical-coordinate representation of color #D3AD8C: hue angle of 27.89º 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 #D3AD8C is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211173140-
CMYK00.180.340.17
HSL27.89º44.65%68.82%-
HSV(B)27.89º33.65%82.75%-
XYZ46.5445.6331.17-
YUV180.6105.09149.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=40.27%
G=33.02%
B=26.72%

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
Decimal21117314000.180.340.1727.8944.6568.82
HexD3AD8C01222111c2d45
Octal32325521402242213455105
Binary11010011101011011000110001001010001010001111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD8C; }

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

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

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

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

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

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

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

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