#D0A50F

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

Shades of Galliano #D0A50F

Tints of Galliano #D0A50F

Color information

#D0A50F (or 0xD0A50F) is unknown color: approx Galliano. HEX triplet: D0, A5 and 0F. RGB value is (208,165,15). Sum of RGB (Red+Green+Blue) = 208+165+15=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A50F is #2F5AF0. Grayscale: #A1A1A1. Windows color (decimal): -3103473 or 1025488. OLE color: 1025488.

HSL color Cylindrical-coordinate representation of color #D0A50F: hue angle of 46.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0A50F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20816515-
CMYK00.210.930.18
HSL46.63º86.55%43.73%-
HSV(B)46.63º92.79%81.57%-
XYZ39.5540.356.16-
YUV160.7645.75161.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.61%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 15 (6.25% from 255) = 3.87%
R=53.61%
G=42.53%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081651500.210.930.1846.6386.5543.73
HexD0A5F0155D122f572c
Octal32024517025135225712754
Binary110100001010010111110101011011101100101011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A50F; }

 p { color: rgb(208,165,15); }

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

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

 a { background-color: rgb(208,165,15); }

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

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

 span { border-color: rgb(208,165,15); }

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