#D49C1A

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

Shades of Galliano #D49C1A

Tints of Galliano #D49C1A

Color information

#D49C1A (or 0xD49C1A) is unknown color: approx Galliano. HEX triplet: D4, 9C and 1A. RGB value is (212,156,26). Sum of RGB (Red+Green+Blue) = 212+156+26=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49C1A is #2B63E5. Grayscale: #9E9E9E. Windows color (decimal): -2843622 or 1744084. OLE color: 1744084.

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

Color convert

RGB21215626-
CMYK00.260.880.17
HSL41.94º78.15%46.67%-
HSV(B)41.94º87.74%83.14%-
XYZ39.2337.856.22-
YUV157.9253.55166.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 26 (10.55% from 255) = 6.60%
R=53.81%
G=39.59%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121562600.260.880.1741.9478.1546.67
HexD49C1A01A58112a4e2f
Octal32423432032130215211657
Binary1101010010011100110100110101011000100011010101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C1A; }

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

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

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

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

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

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

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

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