#D0AB85

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

Shades of Calico #D0AB85

Tints of Calico #D0AB85

Color information

#D0AB85 (or 0xD0AB85) is unknown color: approx Calico. HEX triplet: D0, AB and 85. RGB value is (208,171,133). Sum of RGB (Red+Green+Blue) = 208+171+133=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB85 is #2F547A. Grayscale: #B1B1B1. Windows color (decimal): -3101819 or 8760272. OLE color: 8760272.

HSL color Cylindrical-coordinate representation of color #D0AB85: hue angle of 30.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0AB85 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208171133-
CMYK00.180.360.18
HSL30.4º44.38%66.86%-
HSV(B)30.4º36.06%81.57%-
XYZ44.8144.2328.37-
YUV177.73102.76149.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=40.62%
G=33.40%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817113300.180.360.1830.444.3866.86
HexD0AB8501224121e2c43
Octal32025320502244223654103
Binary11010000101010111000010101001010010010010111101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB85; }

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

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

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

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

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

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

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

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