#D4AB8C

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

Shades of Calico #D4AB8C

Tints of Calico #D4AB8C

Color information

#D4AB8C (or 0xD4AB8C) is unknown color: approx Calico. HEX triplet: D4, AB and 8C. RGB value is (212,171,140). Sum of RGB (Red+Green+Blue) = 212+171+140=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB8C is #2B5473. Grayscale: #B3B3B3. Windows color (decimal): -2839668 or 9219028. OLE color: 9219028.

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

Color convert

RGB212171140-
CMYK00.190.340.17
HSL25.83º45.57%69.02%-
HSV(B)25.83º33.96%83.14%-
XYZ46.4545.0231.05-
YUV179.72105.58151.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=40.54%
G=32.70%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217114000.190.340.1725.8345.5769.02
HexD4AB8C01322111a2e45
Octal32425321402342213256105
Binary11010100101010111000110001001110001010001110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB8C; }

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

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

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

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

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

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

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

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