#D6AE24

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

Shades of Galliano #D6AE24

Tints of Galliano #D6AE24

Color information

#D6AE24 (or 0xD6AE24) is unknown color: approx Galliano. HEX triplet: D6, AE and 24. RGB value is (214,174,36). Sum of RGB (Red+Green+Blue) = 214+174+36=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AE24 is #2951DB. Grayscale: #AAAAAA. Windows color (decimal): -2707932 or 2404054. OLE color: 2404054.

HSL color Cylindrical-coordinate representation of color #D6AE24: hue angle of 46.52º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6AE24 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21417436-
CMYK00.190.830.16
HSL46.52º71.2%49.02%-
HSV(B)46.52º83.18%83.92%-
XYZ43.1944.78.02-
YUV170.2352.25159.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 36 (14.45% from 255) = 8.49%
R=50.47%
G=41.04%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141743600.190.830.1646.5271.249.02
HexD6AE2401353102f4731
Octal32625644023123205710761
Binary11010110101011101001000100111010011100001011111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE24; }

 p { color: rgb(214,174,36); }

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

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

 a { background-color: rgb(214,174,36); }

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

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

 span { border-color: rgb(214,174,36); }

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