Html Css Color HEX #D19E18 Galliano

📋 copy color: '#D19E18'

red 209 ◦ green 158 ◦ blue 24

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

Shades of Galliano #D19E18

Tints of Galliano #D19E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 53.45%
G = 40.41%
B = 6.14%

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

#D19E18 (or 0xD19E18) is known color: Galliano. HEX triplet: D1, 9E and 18. RGB value is (209,158,24). Sum of RGB (Red+Green+Blue) = 209+158+24=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E18 is #2E61E7. Grayscale: #9E9E9E. Windows color (decimal): -3039720 or 1613521. OLE color: 1613521.

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

Color convert

RGB 209 158 24 -
CMYK 0 0.24 0.89 0.18
HSL 43.46º 0.79% 0.46% -
HSV(B) 43.46º 0.89% 0.82% -
XYZ 38.69 38.07 6.17 -
YUV 157.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 209 158 24 0 0.24 0.89 0.18 43.46 0.79 0.46
Hex D1 9E 18 0 18 59 12 2B 4F 2E
Octal 321 236 30 0 30 131 22 53 117 56
Binary 11010001 10011110 11000 0 11000 1011001 10010 101011 1001111 101110

Color Harmonies of #D19E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E18

Black with #D19E18

Text Example


Text Example

White with #D19E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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