#D4A97D

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

Shades of Calico #D4A97D

Tints of Calico #D4A97D

Color information

#D4A97D (or 0xD4A97D) is unknown color: approx Calico. HEX triplet: D4, A9 and 7D. RGB value is (212,169,125). Sum of RGB (Red+Green+Blue) = 212+169+125=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A97D is #2B5682. Grayscale: #B1B1B1. Windows color (decimal): -2840195 or 8235476. OLE color: 8235476.

HSL color Cylindrical-coordinate representation of color #D4A97D: hue angle of 30.34º 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 #D4A97D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212169125-
CMYK00.200.410.17
HSL30.34º50.29%66.08%-
HSV(B)30.34º41.04%83.14%-
XYZ45.0443.8525.49-
YUV176.8498.75153.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=41.90%
G=33.40%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216912500.200.410.1730.3450.2966.08
HexD4A97D01429111e3242
Octal32425117502451213662102
Binary1101010010101001111110101010010100110001111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A97D; }

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

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

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

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

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

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

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

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