#D6A524

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

Shades of Galliano #D6A524

Tints of Galliano #D6A524

Color information

#D6A524 (or 0xD6A524) is unknown color: approx Galliano. HEX triplet: D6, A5 and 24. RGB value is (214,165,36). Sum of RGB (Red+Green+Blue) = 214+165+36=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A524 is #295ADB. Grayscale: #A5A5A5. Windows color (decimal): -2710236 or 2401750. OLE color: 2401750.

HSL color Cylindrical-coordinate representation of color #D6A524: hue angle of 43.48º 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 #D6A524 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21416536-
CMYK00.230.830.16
HSL43.48º71.2%49.02%-
HSV(B)43.48º83.18%83.92%-
XYZ41.5141.337.46-
YUV164.9455.23162.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 36 (14.45% from 255) = 8.67%
R=51.57%
G=39.76%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141653600.230.830.1643.4871.249.02
HexD6A52401753102b4731
Octal32624544027123205310761
Binary11010110101001011001000101111010011100001010111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A524; }

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

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

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

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

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

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

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

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