#D4A978

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

Shades of Calico #D4A978

Tints of Calico #D4A978

Color information

#D4A978 (or 0xD4A978) is unknown color: approx Calico. HEX triplet: D4, A9 and 78. RGB value is (212,169,120). Sum of RGB (Red+Green+Blue) = 212+169+120=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A978 is #2B5687. Grayscale: #B0B0B0. Windows color (decimal): -2840200 or 7907796. OLE color: 7907796.

HSL color Cylindrical-coordinate representation of color #D4A978: hue angle of 31.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4A978 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212169120-
CMYK00.200.430.17
HSL31.96º51.69%65.1%-
HSV(B)31.96º43.4%83.14%-
XYZ44.7343.7323.85-
YUV176.2796.25153.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=42.32%
G=33.73%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216912000.200.430.1731.9651.6965.1
HexD4A9780142B11203441
Octal32425117002453214064101
Binary11010100101010011111000010100101011100011000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A978; }

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

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

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

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

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

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

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

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