Html Css Color HEX #D19E2C Galliano

📋 copy color: '#D19E2C'

red 209 ◦ green 158 ◦ blue 44

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

Shades of Galliano #D19E2C

Tints of Galliano #D19E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 50.85%
G = 38.44%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D19E2C (or 0xD19E2C) is known color: Galliano. HEX triplet: D1, 9E and 2C. RGB value is (209,158,44). Sum of RGB (Red+Green+Blue) = 209+158+44=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E2C is #2E61D3. Grayscale: #A0A0A0. Windows color (decimal): -3039700 or 2924241. OLE color: 2924241.

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

Color convert

RGB 209 158 44 -
CMYK 0 0.24 0.79 0.18
HSL 41.45º 0.65% 0.5% -
HSV(B) 41.45º 0.79% 0.82% -
XYZ 38.98 38.19 7.7 -
YUV 160.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 209 158 44 0 0.24 0.79 0.18 41.45 0.65 0.5
Hex D1 9E 2C 0 18 4F 12 29 41 32
Octal 321 236 54 0 30 117 22 51 101 62
Binary 11010001 10011110 101100 0 11000 1001111 10010 101001 1000001 110010

Color Harmonies of #D19E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E2C

Black with #D19E2C

Text Example


Text Example

White with #D19E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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