#D7A619

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

Shades of Galliano #D7A619

Tints of Galliano #D7A619

Color information

#D7A619 (or 0xD7A619) is unknown color: approx Galliano. HEX triplet: D7, A6 and 19. RGB value is (215,166,25). Sum of RGB (Red+Green+Blue) = 215+166+25=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A619 is #2859E6. Grayscale: #A5A5A5. Windows color (decimal): -2644455 or 1681111. OLE color: 1681111.

HSL color Cylindrical-coordinate representation of color #D7A619: hue angle of 44.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7A619 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21516625-
CMYK00.230.880.16
HSL44.53º79.17%47.06%-
HSV(B)44.53º88.37%84.31%-
XYZ41.8441.796.78-
YUV164.5849.23163.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.96%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 25 (10.16% from 255) = 6.16%
R=52.96%
G=40.89%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151662500.230.880.1644.5379.1747.06
HexD7A61901758102d4f2f
Octal32724631027130205511757
Binary1101011110100110110010101111011000100001011011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A619; }

 p { color: rgb(215,166,25); }

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

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

 a { background-color: rgb(215,166,25); }

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

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

 span { border-color: rgb(215,166,25); }

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