Html Css Color HEX #D19D1A Galliano

📋 copy color: '#D19D1A'

red 209 ◦ green 157 ◦ blue 26

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

Shades of Galliano #D19D1A

Tints of Galliano #D19D1A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 26 (10.55% from 255) = 6.63%

R = 53.32%
G = 40.05%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D19D1A (or 0xD19D1A) is known color: Galliano. HEX triplet: D1, 9D and 1A. RGB value is (209,157,26). Sum of RGB (Red+Green+Blue) = 209+157+26=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D1A is #2E62E5. Grayscale: #9E9E9E. Windows color (decimal): -3039974 or 1744337. OLE color: 1744337.

HSL color Cylindrical-coordinate representation of color #D19D1A: hue angle of 42.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D19D1A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 26 -
CMYK 0 0.25 0.88 0.18
HSL 42.95º 0.78% 0.46% -
HSV(B) 42.95º 0.88% 0.82% -
XYZ 38.54 37.74 6.23 -
YUV 157.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 209 157 26 0 0.25 0.88 0.18 42.95 0.78 0.46
Hex D1 9D 1A 0 19 58 12 2B 4E 2E
Octal 321 235 32 0 31 130 22 53 116 56
Binary 11010001 10011101 11010 0 11001 1011000 10010 101011 1001110 101110

Color Harmonies of #D19D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D1A

Black with #D19D1A

Text Example


Text Example

White with #D19D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D1A; }

 p { color: rgb(209,157,26); }

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

background-color css

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

 a { background-color: rgb(209,157,26); }

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

border-color css

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

 span { border-color: rgb(209,157,26); }

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