Html Css Color HEX #D19F19 Galliano

📋 copy color: '#D19F19'

red 209 ◦ green 159 ◦ blue 25

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

Shades of Galliano #D19F19

Tints of Galliano #D19F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 53.18%
G = 40.46%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D19F19 (or 0xD19F19) is known color: Galliano. HEX triplet: D1, 9F and 19. RGB value is (209,159,25). Sum of RGB (Red+Green+Blue) = 209+159+25=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F19 is #2E60E6. Grayscale: #9F9F9F. Windows color (decimal): -3039463 or 1679313. OLE color: 1679313.

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

Color convert

RGB 209 159 25 -
CMYK 0 0.24 0.88 0.18
HSL 43.7º 0.79% 0.46% -
HSV(B) 43.7º 0.88% 0.82% -
XYZ 38.87 38.42 6.29 -
YUV 158.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 209 159 25 0 0.24 0.88 0.18 43.7 0.79 0.46
Hex D1 9F 19 0 18 58 12 2C 4F 2E
Octal 321 237 31 0 30 130 22 54 117 56
Binary 11010001 10011111 11001 0 11000 1011000 10010 101100 1001111 101110

Color Harmonies of #D19F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19F19

Black with #D19F19

Text Example


Text Example

White with #D19F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19F19; }

 p { color: rgb(209,159,25); }

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

background-color css

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

 a { background-color: rgb(209,159,25); }

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

border-color css

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

 span { border-color: rgb(209,159,25); }

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