Html Css Color HEX #D19B16 Galliano

📋 copy color: '#D19B16'

red 209 ◦ green 155 ◦ blue 22

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

Shades of Galliano #D19B16

Tints of Galliano #D19B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

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

R = 54.15%
G = 40.16%
B = 5.7%

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

#D19B16 (or 0xD19B16) is known color: Galliano. HEX triplet: D1, 9B and 16. RGB value is (209,155,22). Sum of RGB (Red+Green+Blue) = 209+155+22=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19B16 is #2E64E9. Grayscale: #9C9C9C. Windows color (decimal): -3040490 or 1481681. OLE color: 1481681.

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

Color convert

RGB 209 155 22 -
CMYK 0 0.26 0.89 0.18
HSL 42.67º 0.81% 0.45% -
HSV(B) 42.67º 0.89% 0.82% -
XYZ 38.16 37.06 5.9 -
YUV 155.98 52.39 165.81 -
System Red Green Blue C M Y K H S L
Decimal 209 155 22 0 0.26 0.89 0.18 42.67 0.81 0.45
Hex D1 9B 16 0 1A 59 12 2B 51 2D
Octal 321 233 26 0 32 131 22 53 121 55
Binary 11010001 10011011 10110 0 11010 1011001 10010 101011 1010001 101101

Color Harmonies of #D19B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B16

Black with #D19B16

Text Example


Text Example

White with #D19B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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