#d09f19

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

Shades of Galliano #D09F19

Tints of Galliano #D09F19

Color information

#D09F19 (or 0xD09F19) is unknown color: approx Galliano. HEX triplet: D0, 9F and 19. RGB value is (208,159,25). Sum of RGB (Red+Green+Blue) = 208+159+25=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09F19 is #2F60E6. Grayscale: #9E9E9E. Windows color (decimal): -3104999 or 1679312. OLE color: 1679312.

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

Color convert

RGB20815925-
CMYK00.240.880.18
HSL43.93º78.54%45.69%-
HSV(B)43.93º87.98%81.57%-
XYZ38.5938.286.27-
YUV158.3852.73163.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.06%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 25 (10.16% from 255) = 6.38%
R=53.06%
G=40.56%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081592500.240.880.1843.9378.5445.69
HexD09F1901858122c4f2e
Octal32023731030130225411756
Binary1101000010011111110010110001011000100101011001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d09f19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d09f19; }

 p { color: rgb(208,159,25); }

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

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

 a { background-color: rgb(208,159,25); }

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

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

 span { border-color: rgb(208,159,25); }

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