Html Css Color HEX #D19A16 Galliano

📋 copy color: '#D19A16'

red 209 ◦ green 154 ◦ blue 22

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

Shades of Galliano #D19A16

Tints of Galliano #D19A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 22 (8.98% from 255) = 5.71%

R = 54.29%
G = 40%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D19A16 (or 0xD19A16) is known color: Galliano. HEX triplet: D1, 9A and 16. RGB value is (209,154,22). Sum of RGB (Red+Green+Blue) = 209+154+22=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19A16 is #2E65E9. Grayscale: #9B9B9B. Windows color (decimal): -3040746 or 1481425. OLE color: 1481425.

HSL color Cylindrical-coordinate representation of color #D19A16: hue angle of 42.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D19A16 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 22 -
CMYK 0 0.26 0.89 0.18
HSL 42.35º 0.81% 0.45% -
HSV(B) 42.35º 0.89% 0.82% -
XYZ 37.99 36.72 5.85 -
YUV 155.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 209 154 22 0 0.26 0.89 0.18 42.35 0.81 0.45
Hex D1 9A 16 0 1A 59 12 2A 51 2D
Octal 321 232 26 0 32 131 22 52 121 55
Binary 11010001 10011010 10110 0 11010 1011001 10010 101010 1010001 101101

Color Harmonies of #D19A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A16

Black with #D19A16

Text Example


Text Example

White with #D19A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A16; }

 p { color: rgb(209,154,22); }

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

background-color css

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

 a { background-color: rgb(209,154,22); }

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

border-color css

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

 span { border-color: rgb(209,154,22); }

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