#D0A068

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

Shades of Fallow #D0A068

Tints of Fallow #D0A068

Color information

#D0A068 (or 0xD0A068) is unknown color: approx Fallow. HEX triplet: D0, A0 and 68. RGB value is (208,160,104). Sum of RGB (Red+Green+Blue) = 208+160+104=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A068 is #2F5F97. Grayscale: #A8A8A8. Windows color (decimal): -3104664 or 6856912. OLE color: 6856912.

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

Color convert

RGB208160104-
CMYK00.230.50.18
HSL32.31º52.53%61.18%-
HSV(B)32.31º50%81.57%-
XYZ41.0839.5518.57-
YUV167.9791.9156.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=44.07%
G=33.90%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816010400.230.50.1832.3152.5361.18
HexD0A068017321220353d
Octal3202401500276222406575
Binary1101000010100000110100001011111001010010100000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A068; }

 p { color: rgb(208,160,104); }

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

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

 a { background-color: rgb(208,160,104); }

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

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

 span { border-color: rgb(208,160,104); }

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