#D7B120

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

Shades of Galliano #D7B120

Tints of Galliano #D7B120

Color information

#D7B120 (or 0xD7B120) is unknown color: approx Galliano. HEX triplet: D7, B1 and 20. RGB value is (215,177,32). Sum of RGB (Red+Green+Blue) = 215+177+32=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B120 is #284EDF. Grayscale: #ACACAC. Windows color (decimal): -2641632 or 2142679. OLE color: 2142679.

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

Color convert

RGB21517732-
CMYK00.180.850.16
HSL47.54º74.09%48.43%-
HSV(B)47.54º85.12%84.31%-
XYZ44.01467.93-
YUV171.8349.09158.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.71%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 32 (12.89% from 255) = 7.55%
R=50.71%
G=41.75%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151773200.180.850.1647.5474.0948.43
HexD7B1200125510304a30
Octal32726140022125206011260
Binary11010111101100011000000100101010101100001100001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B120; }

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

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

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

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

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

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

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

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