#D6A626

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

Shades of Galliano #D6A626

Tints of Galliano #D6A626

Color information

#D6A626 (or 0xD6A626) is unknown color: approx Galliano. HEX triplet: D6, A6 and 26. RGB value is (214,166,38). Sum of RGB (Red+Green+Blue) = 214+166+38=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A626 is #2959D9. Grayscale: #A6A6A6. Windows color (decimal): -2709978 or 2533078. OLE color: 2533078.

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

Color convert

RGB21416638-
CMYK00.220.820.16
HSL43.64º69.84%49.41%-
HSV(B)43.64º82.24%83.92%-
XYZ41.7241.717.69-
YUV165.7655.9162.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 38 (15.23% from 255) = 9.09%
R=51.20%
G=39.71%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141663800.220.820.1643.6469.8449.41
HexD6A62601652102c4631
Octal32624646026122205410661
Binary11010110101001101001100101101010010100001011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A626; }

 p { color: rgb(214,166,38); }

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

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

 a { background-color: rgb(214,166,38); }

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

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

 span { border-color: rgb(214,166,38); }

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