#D19E1C

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

Shades of Galliano #D19E1C

Tints of Galliano #D19E1C

Color information

#D19E1C (or 0xD19E1C) is unknown color: approx Galliano. HEX triplet: D1, 9E and 1C. RGB value is (209,158,28). Sum of RGB (Red+Green+Blue) = 209+158+28=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E1C is #2E61E3. Grayscale: #9F9F9F. Windows color (decimal): -3039716 or 1875665. OLE color: 1875665.

HSL color Cylindrical-coordinate representation of color #D19E1C: hue angle of 43.09º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D19E1C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20915828-
CMYK00.240.870.18
HSL43.09º76.37%46.47%-
HSV(B)43.09º86.6%81.96%-
XYZ38.7338.096.41-
YUV158.4354.4164.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 28 (11.33% from 255) = 7.09%
R=52.91%
G=40%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091582800.240.870.1843.0976.3746.47
HexD19E1C01857122b4c2e
Octal32123634030127225311456
Binary1101000110011110111000110001010111100101010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E1C; }

 p { color: rgb(209,158,28); }

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

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

 a { background-color: rgb(209,158,28); }

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

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

 span { border-color: rgb(209,158,28); }

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