#D49C1B

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

Shades of Galliano #D49C1B

Tints of Galliano #D49C1B

Color information

#D49C1B (or 0xD49C1B) is unknown color: approx Galliano. HEX triplet: D4, 9C and 1B. RGB value is (212,156,27). Sum of RGB (Red+Green+Blue) = 212+156+27=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49C1B is #2B63E4. Grayscale: #9E9E9E. Windows color (decimal): -2843621 or 1809620. OLE color: 1809620.

HSL color Cylindrical-coordinate representation of color #D49C1B: hue angle of 41.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D49C1B is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21215627-
CMYK00.260.870.17
HSL41.84º77.41%46.86%-
HSV(B)41.84º87.26%83.14%-
XYZ39.2437.856.28-
YUV158.0454.05166.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 27 (10.94% from 255) = 6.84%
R=53.67%
G=39.49%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121562700.260.870.1741.8477.4146.86
HexD49C1B01A57112a4d2f
Octal32423433032127215211557
Binary1101010010011100110110110101010111100011010101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C1B; }

 p { color: rgb(212,156,27); }

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

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

 a { background-color: rgb(212,156,27); }

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

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

 span { border-color: rgb(212,156,27); }

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