Html Css Color HEX #D19916 Galliano

📋 copy color: '#D19916'

red 209 ◦ green 153 ◦ blue 22

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

Shades of Galliano #D19916

Tints of Galliano #D19916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

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

R = 54.43%
G = 39.84%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D19916 (or 0xD19916) is known color: Galliano. HEX triplet: D1, 99 and 16. RGB value is (209,153,22). Sum of RGB (Red+Green+Blue) = 209+153+22=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D19916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19916 is #2E66E9. Grayscale: #9B9B9B. Windows color (decimal): -3041002 or 1481169. OLE color: 1481169.

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

Color convert

RGB 209 153 22 -
CMYK 0 0.27 0.89 0.18
HSL 42.03º 0.81% 0.45% -
HSV(B) 42.03º 0.89% 0.82% -
XYZ 37.83 36.4 5.79 -
YUV 154.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 209 153 22 0 0.27 0.89 0.18 42.03 0.81 0.45
Hex D1 99 16 0 1B 59 12 2A 51 2D
Octal 321 231 26 0 33 131 22 52 121 55
Binary 11010001 10011001 10110 0 11011 1011001 10010 101010 1010001 101101

Color Harmonies of #D19916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19916

Black with #D19916

Text Example


Text Example

White with #D19916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19916; }

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

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

background-color css

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

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

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

border-color css

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

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

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