#D2A06C

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

Shades of Fallow #D2A06C

Tints of Fallow #D2A06C

Color information

#D2A06C (or 0xD2A06C) is unknown color: approx Fallow. HEX triplet: D2, A0 and 6C. RGB value is (210,160,108). Sum of RGB (Red+Green+Blue) = 210+160+108=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A06C is #2D5F93. Grayscale: #A9A9A9. Windows color (decimal): -2973588 or 7119058. OLE color: 7119058.

HSL color Cylindrical-coordinate representation of color #D2A06C: hue angle of 30.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2A06C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210160108-
CMYK00.240.490.18
HSL30.59º53.12%62.35%-
HSV(B)30.59º48.57%82.35%-
XYZ41.8639.9319.69-
YUV169.0293.56157.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=43.93%
G=33.47%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016010800.240.490.1830.5953.1262.35
HexD2A06C01831121f353e
Octal3222401540306122376576
Binary110100101010000011011000110001100011001011111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A06C; }

 p { color: rgb(210,160,108); }

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

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

 a { background-color: rgb(210,160,108); }

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

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

 span { border-color: rgb(210,160,108); }

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