Html Css Color HEX #D19E16 Galliano

📋 copy color: '#D19E16'

red 209 ◦ green 158 ◦ blue 22

#D19E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #D19E16

Tints of Galliano #D19E16

RGB

 RED value IS 209 (82.03% from 255) = 53.73%

 GREEN value IS 158 (62.11% from 255) = 40.62%

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 53.73%
G = 40.62%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D19E16 (or 0xD19E16) is known color: Galliano. HEX triplet: D1, 9E and 16. RGB value is (209,158,22). Sum of RGB (Red+Green+Blue) = 209+158+22=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E16 is #2E61E9. Grayscale: #9E9E9E. Windows color (decimal): -3039722 or 1482449. OLE color: 1482449.

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

Color convert

RGB 209 158 22 -
CMYK 0 0.24 0.89 0.18
HSL 43.64º 0.81% 0.45% -
HSV(B) 43.64º 0.89% 0.82% -
XYZ 38.67 38.07 6.07 -
YUV 157.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 209 158 22 0 0.24 0.89 0.18 43.64 0.81 0.45
Hex D1 9E 16 0 18 59 12 2C 51 2D
Octal 321 236 26 0 30 131 22 54 121 55
Binary 11010001 10011110 10110 0 11000 1011001 10010 101100 1010001 101101

Color Harmonies of #D19E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E16

Black with #D19E16

Text Example


Text Example

White with #D19E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E16; }

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

 H1.HeaderClassName
 {
   color: #D19E16;
 }
 .AnyTagClassName
 {
   color: #D19E16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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