Html Css Color HEX #D19D20 Galliano

📋 copy color: '#D19D20'

red 209 ◦ green 157 ◦ blue 32

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

Shades of Galliano #D19D20

Tints of Galliano #D19D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 52.51%
G = 39.45%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D19D20 (or 0xD19D20) is known color: Galliano. HEX triplet: D1, 9D and 20. RGB value is (209,157,32). Sum of RGB (Red+Green+Blue) = 209+157+32=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D20 is #2E62DF. Grayscale: #9E9E9E. Windows color (decimal): -3039968 or 2137553. OLE color: 2137553.

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

Color convert

RGB 209 157 32 -
CMYK 0 0.25 0.85 0.18
HSL 42.37º 0.73% 0.47% -
HSV(B) 42.37º 0.85% 0.82% -
XYZ 38.61 37.77 6.62 -
YUV 158.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 209 157 32 0 0.25 0.85 0.18 42.37 0.73 0.47
Hex D1 9D 20 0 19 55 12 2A 49 2F
Octal 321 235 40 0 31 125 22 52 111 57
Binary 11010001 10011101 100000 0 11001 1010101 10010 101010 1001001 101111

Color Harmonies of #D19D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D20

Black with #D19D20

Text Example


Text Example

White with #D19D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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