#D7A220

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

Shades of Galliano #D7A220

Tints of Galliano #D7A220

Color information

#D7A220 (or 0xD7A220) is unknown color: approx Galliano. HEX triplet: D7, A2 and 20. RGB value is (215,162,32). Sum of RGB (Red+Green+Blue) = 215+162+32=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A220 is #285DDF. Grayscale: #A3A3A3. Windows color (decimal): -2645472 or 2138839. OLE color: 2138839.

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

Color convert

RGB21516232-
CMYK00.250.850.16
HSL42.62º74.09%48.43%-
HSV(B)42.62º85.12%84.31%-
XYZ41.2140.396.99-
YUV163.0354.06165.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.57%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 32 (12.89% from 255) = 7.82%
R=52.57%
G=39.61%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151623200.250.850.1642.6274.0948.43
HexD7A22001955102b4a30
Octal32724240031125205311260
Binary11010111101000101000000110011010101100001010111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A220; }

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

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

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

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

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

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

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

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