#D4AB7D

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

Shades of Calico #D4AB7D

Tints of Calico #D4AB7D

Color information

#D4AB7D (or 0xD4AB7D) is unknown color: approx Calico. HEX triplet: D4, AB and 7D. RGB value is (212,171,125). Sum of RGB (Red+Green+Blue) = 212+171+125=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB7D is #2B5482. Grayscale: #B2B2B2. Windows color (decimal): -2839683 or 8235988. OLE color: 8235988.

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

Color convert

RGB212171125-
CMYK00.190.410.17
HSL31.72º50.29%66.08%-
HSV(B)31.72º41.04%83.14%-
XYZ45.4244.625.62-
YUV178.0298.08152.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=41.73%
G=33.66%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217112500.190.410.1731.7250.2966.08
HexD4AB7D0132911203242
Octal32425317502351214062102
Binary11010100101010111111101010011101001100011000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB7D; }

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

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

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

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

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

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

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

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