Html Css Color HEX #D19E2A Galliano

📋 copy color: '#D19E2A'

red 209 ◦ green 158 ◦ blue 42

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

Shades of Galliano #D19E2A

Tints of Galliano #D19E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 51.1%
G = 38.63%
B = 10.27%

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

#D19E2A (or 0xD19E2A) is known color: Galliano. HEX triplet: D1, 9E and 2A. RGB value is (209,158,42). Sum of RGB (Red+Green+Blue) = 209+158+42=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E2A is #2E61D5. Grayscale: #A0A0A0. Windows color (decimal): -3039702 or 2793169. OLE color: 2793169.

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

Color convert

RGB 209 158 42 -
CMYK 0 0.24 0.80 0.18
HSL 41.68º 0.67% 0.49% -
HSV(B) 41.68º 0.8% 0.82% -
XYZ 38.94 38.18 7.51 -
YUV 160.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 209 158 42 0 0.24 0.80 0.18 41.68 0.67 0.49
Hex D1 9E 2A 0 18 50 12 2A 43 31
Octal 321 236 52 0 30 120 22 52 103 61
Binary 11010001 10011110 101010 0 11000 1010000 10010 101010 1000011 110001

Color Harmonies of #D19E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E2A

Black with #D19E2A

Text Example


Text Example

White with #D19E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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