#D4A06D

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

Shades of Fallow #D4A06D

Tints of Fallow #D4A06D

Color information

#D4A06D (or 0xD4A06D) is unknown color: approx Fallow. HEX triplet: D4, A0 and 6D. RGB value is (212,160,109). Sum of RGB (Red+Green+Blue) = 212+160+109=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A06D is #2B5F92. Grayscale: #A9A9A9. Windows color (decimal): -2842515 or 7184596. OLE color: 7184596.

HSL color Cylindrical-coordinate representation of color #D4A06D: hue angle of 29.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4A06D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212160109-
CMYK00.250.490.17
HSL29.71º54.5%62.94%-
HSV(B)29.71º48.58%83.14%-
XYZ42.4840.2420-
YUV169.7393.73158.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=44.07%
G=33.26%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216010900.250.490.1729.7154.562.94
HexD4A06D01931111e363f
Octal3242401550316121366677
Binary110101001010000011011010110011100011000111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A06D; }

 p { color: rgb(212,160,109); }

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

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

 a { background-color: rgb(212,160,109); }

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

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

 span { border-color: rgb(212,160,109); }

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