Html Css Color HEX #D19F12 Galliano

📋 copy color: '#D19F12'

red 209 ◦ green 159 ◦ blue 18

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

Shades of Galliano #D19F12

Tints of Galliano #D19F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 54.15%
G = 41.19%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D19F12 (or 0xD19F12) is known color: Galliano. HEX triplet: D1, 9F and 12. RGB value is (209,159,18). Sum of RGB (Red+Green+Blue) = 209+159+18=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F12 is #2E60ED. Grayscale: #9E9E9E. Windows color (decimal): -3039470 or 1220561. OLE color: 1220561.

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

Color convert

RGB 209 159 18 -
CMYK 0 0.24 0.91 0.18
HSL 44.29º 0.84% 0.45% -
HSV(B) 44.29º 0.91% 0.82% -
XYZ 38.8 38.4 5.94 -
YUV 157.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 209 159 18 0 0.24 0.91 0.18 44.29 0.84 0.45
Hex D1 9F 12 0 18 5B 12 2C 54 2D
Octal 321 237 22 0 30 133 22 54 124 55
Binary 11010001 10011111 10010 0 11000 1011011 10010 101100 1010100 101101

Color Harmonies of #D19F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19F12

Black with #D19F12

Text Example


Text Example

White with #D19F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19F12; }

 p { color: rgb(209,159,18); }

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

background-color css

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

 a { background-color: rgb(209,159,18); }

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

border-color css

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

 span { border-color: rgb(209,159,18); }

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