#d1b01e

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

Shades of Galliano #D1B01E

Tints of Galliano #D1B01E

Color information

#D1B01E (or 0xD1B01E) is unknown color: approx Galliano. HEX triplet: D1, B0 and 1E. RGB value is (209,176,30). Sum of RGB (Red+Green+Blue) = 209+176+30=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B01E is #2E4FE1. Grayscale: #A9A9A9. Windows color (decimal): -3035106 or 2011345. OLE color: 2011345.

HSL color Cylindrical-coordinate representation of color #D1B01E: hue angle of 48.94º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1B01E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20917630-
CMYK00.160.860.18
HSL48.94º74.9%46.86%-
HSV(B)48.94º85.65%81.96%-
XYZ42.0544.77.64-
YUV169.2249.43156.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 30 (12.11% from 255) = 7.23%
R=50.36%
G=42.41%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091763000.160.860.1848.9474.946.86
HexD1B01E0105612314b2f
Octal32126036020126226111357
Binary1101000110110000111100100001010110100101100011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1b01e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1b01e; }

 p { color: rgb(209,176,30); }

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

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

 a { background-color: rgb(209,176,30); }

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

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

 span { border-color: rgb(209,176,30); }

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