#D49B1C

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

Shades of Galliano #D49B1C

Tints of Galliano #D49B1C

Color information

#D49B1C (or 0xD49B1C) is unknown color: approx Galliano. HEX triplet: D4, 9B and 1C. RGB value is (212,155,28). Sum of RGB (Red+Green+Blue) = 212+155+28=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B1C is #2B64E3. Grayscale: #9E9E9E. Windows color (decimal): -2843876 or 1874900. OLE color: 1874900.

HSL color Cylindrical-coordinate representation of color #D49B1C: hue angle of 41.41º 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 #D49B1C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21215528-
CMYK00.270.870.17
HSL41.41º76.67%47.06%-
HSV(B)41.41º86.79%83.14%-
XYZ39.0837.526.28-
YUV157.5654.88166.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 28 (11.33% from 255) = 7.09%
R=53.67%
G=39.24%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121552800.270.870.1741.4176.6747.06
HexD49B1C01B5711294d2f
Octal32423334033127215111557
Binary1101010010011011111000110111010111100011010011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49B1C; }

 p { color: rgb(212,155,28); }

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

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

 a { background-color: rgb(212,155,28); }

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

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

 span { border-color: rgb(212,155,28); }

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