Html Css Color HEX #D19E29 Galliano

📋 copy color: '#D19E29'

red 209 ◦ green 158 ◦ blue 41

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

Shades of Galliano #D19E29

Tints of Galliano #D19E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 51.23%
G = 38.73%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D19E29 (or 0xD19E29) is known color: Galliano. HEX triplet: D1, 9E and 29. RGB value is (209,158,41). Sum of RGB (Red+Green+Blue) = 209+158+41=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E29 is #2E61D6. Grayscale: #A0A0A0. Windows color (decimal): -3039703 or 2727633. OLE color: 2727633.

HSL color Cylindrical-coordinate representation of color #D19E29: hue angle of 41.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D19E29 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 158 41 -
CMYK 0 0.24 0.80 0.18
HSL 41.79º 0.67% 0.49% -
HSV(B) 41.79º 0.8% 0.82% -
XYZ 38.92 38.17 7.41 -
YUV 159.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 209 158 41 0 0.24 0.80 0.18 41.79 0.67 0.49
Hex D1 9E 29 0 18 50 12 2A 43 31
Octal 321 236 51 0 30 120 22 52 103 61
Binary 11010001 10011110 101001 0 11000 1010000 10010 101010 1000011 110001

Color Harmonies of #D19E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E29

Black with #D19E29

Text Example


Text Example

White with #D19E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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