#D4AB89

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

Shades of Calico #D4AB89

Tints of Calico #D4AB89

Color information

#D4AB89 (or 0xD4AB89) is unknown color: approx Calico. HEX triplet: D4, AB and 89. RGB value is (212,171,137). Sum of RGB (Red+Green+Blue) = 212+171+137=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB89 is #2B5476. Grayscale: #B3B3B3. Windows color (decimal): -2839671 or 9022420. OLE color: 9022420.

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

Color convert

RGB212171137-
CMYK00.190.350.17
HSL27.2º46.58%68.43%-
HSV(B)27.2º35.38%83.14%-
XYZ46.2344.9329.9-
YUV179.38104.08151.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=40.77%
G=32.88%
B=26.35%

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
Decimal21217113700.190.350.1727.246.5868.43
HexD4AB8901323111b2f44
Octal32425321102343213357104
Binary11010100101010111000100101001110001110001110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB89; }

 p { color: rgb(212,171,137); }

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

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

 a { background-color: rgb(212,171,137); }

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

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

 span { border-color: rgb(212,171,137); }

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