#D5A220

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

Shades of Galliano #D5A220

Tints of Galliano #D5A220

Color information

#D5A220 (or 0xD5A220) is unknown color: approx Galliano. HEX triplet: D5, A2 and 20. RGB value is (213,162,32). Sum of RGB (Red+Green+Blue) = 213+162+32=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A220 is #2A5DDF. Grayscale: #A3A3A3. Windows color (decimal): -2776544 or 2138837. OLE color: 2138837.

HSL color Cylindrical-coordinate representation of color #D5A220: hue angle of 43.09º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5A220 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21316232-
CMYK00.240.850.16
HSL43.09º73.88%48.04%-
HSV(B)43.09º84.98%83.53%-
XYZ40.6240.096.96-
YUV162.4354.4164.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 32 (12.89% from 255) = 7.86%
R=52.33%
G=39.80%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131623200.240.850.1643.0973.8848.04
HexD5A22001855102b4a30
Octal32524240030125205311260
Binary11010101101000101000000110001010101100001010111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A220; }

 p { color: rgb(213,162,32); }

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

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

 a { background-color: rgb(213,162,32); }

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

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

 span { border-color: rgb(213,162,32); }

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