#D3AB8A

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

Shades of Calico #D3AB8A

Tints of Calico #D3AB8A

Color information

#D3AB8A (or 0xD3AB8A) is unknown color: approx Calico. HEX triplet: D3, AB and 8A. RGB value is (211,171,138). Sum of RGB (Red+Green+Blue) = 211+171+138=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB8A is #2C5475. Grayscale: #B3B3B3. Windows color (decimal): -2905206 or 9087955. OLE color: 9087955.

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

Color convert

RGB211171138-
CMYK00.190.350.17
HSL27.12º45.34%68.43%-
HSV(B)27.12º34.6%82.75%-
XYZ46.0144.8130.27-
YUV179.2104.75150.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=40.58%
G=32.88%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117113800.190.350.1727.1245.3468.43
HexD3AB8A01323111b2d44
Octal32325321202343213355104
Binary11010011101010111000101001001110001110001110111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB8A; }

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

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

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

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

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

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

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

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