#D8AE1A

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

Shades of Galliano #D8AE1A

Tints of Galliano #D8AE1A

Color information

#D8AE1A (or 0xD8AE1A) is unknown color: approx Galliano. HEX triplet: D8, AE and 1A. RGB value is (216,174,26). Sum of RGB (Red+Green+Blue) = 216+174+26=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AE1A is #2751E5. Grayscale: #AAAAAA. Windows color (decimal): -2576870 or 1748696. OLE color: 1748696.

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

Color convert

RGB21617426-
CMYK00.190.880.15
HSL46.74º78.51%47.45%-
HSV(B)46.74º87.96%84.71%-
XYZ43.6444.957.35-
YUV169.6946.91161.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.92%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 26 (10.55% from 255) = 6.25%
R=51.92%
G=41.83%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161742600.190.880.1546.7478.5147.45
HexD8AE1A01358F2f4f2f
Octal33025632023130175711757
Binary110110001010111011010010011101100011111011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE1A; }

 p { color: rgb(216,174,26); }

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

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

 a { background-color: rgb(216,174,26); }

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

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

 span { border-color: rgb(216,174,26); }

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