#D3AB85

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

Shades of Calico #D3AB85

Tints of Calico #D3AB85

Color information

#D3AB85 (or 0xD3AB85) is unknown color: approx Calico. HEX triplet: D3, AB and 85. RGB value is (211,171,133). Sum of RGB (Red+Green+Blue) = 211+171+133=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB85 is #2C547A. Grayscale: #B2B2B2. Windows color (decimal): -2905211 or 8760275. OLE color: 8760275.

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

Color convert

RGB211171133-
CMYK00.190.370.17
HSL29.23º46.99%67.45%-
HSV(B)29.23º36.97%82.75%-
XYZ45.6644.6728.41-
YUV178.63102.25151.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=40.97%
G=33.20%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117113300.190.370.1729.2346.9967.45
HexD3AB8501325111d2f43
Octal32325320502345213557103
Binary11010011101010111000010101001110010110001111011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB85; }

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

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

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

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

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

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

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

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