#D0A168

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

Shades of Fallow #D0A168

Tints of Fallow #D0A168

Color information

#D0A168 (or 0xD0A168) is unknown color: approx Fallow. HEX triplet: D0, A1 and 68. RGB value is (208,161,104). Sum of RGB (Red+Green+Blue) = 208+161+104=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A168 is #2F5E97. Grayscale: #A8A8A8. Windows color (decimal): -3104408 or 6857168. OLE color: 6857168.

HSL color Cylindrical-coordinate representation of color #D0A168: hue angle of 32.88º 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 #D0A168 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB208161104-
CMYK00.230.50.18
HSL32.88º52.53%61.18%-
HSV(B)32.88º50%81.57%-
XYZ41.2639.918.62-
YUV168.5591.57156.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=43.97%
G=34.04%
B=21.99%

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
Decimal20816110400.230.50.1832.8852.5361.18
HexD0A168017321221353d
Octal3202411500276222416575
Binary1101000010100001110100001011111001010010100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A168; }

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

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

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

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

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

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

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

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