Html Css Color HEX #D19E19 Galliano

📋 copy color: '#D19E19'

red 209 ◦ green 158 ◦ blue 25

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

Shades of Galliano #D19E19

Tints of Galliano #D19E19

RGB

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

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

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

R = 53.32%
G = 40.31%
B = 6.38%

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

#D19E19 (or 0xD19E19) is known color: Galliano. HEX triplet: D1, 9E and 19. RGB value is (209,158,25). Sum of RGB (Red+Green+Blue) = 209+158+25=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E19 is #2E61E6. Grayscale: #9E9E9E. Windows color (decimal): -3039719 or 1679057. OLE color: 1679057.

HSL color Cylindrical-coordinate representation of color #D19E19: hue angle of 43.37º 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 #D19E19 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 158 25 -
CMYK 0 0.24 0.88 0.18
HSL 43.37º 0.79% 0.46% -
HSV(B) 43.37º 0.88% 0.82% -
XYZ 38.7 38.08 6.23 -
YUV 158.09 52.9 164.31 -
System Red Green Blue C M Y K H S L
Decimal 209 158 25 0 0.24 0.88 0.18 43.37 0.79 0.46
Hex D1 9E 19 0 18 58 12 2B 4F 2E
Octal 321 236 31 0 30 130 22 53 117 56
Binary 11010001 10011110 11001 0 11000 1011000 10010 101011 1001111 101110

Color Harmonies of #D19E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E19

Black with #D19E19

Text Example


Text Example

White with #D19E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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