Html Css Color HEX #D19C20 Galliano

📋 copy color: '#D19C20'

red 209 ◦ green 156 ◦ blue 32

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

Shades of Galliano #D19C20

Tints of Galliano #D19C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 52.64%
G = 39.29%
B = 8.06%

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

#D19C20 (or 0xD19C20) is known color: Galliano. HEX triplet: D1, 9C and 20. RGB value is (209,156,32). Sum of RGB (Red+Green+Blue) = 209+156+32=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19C20 is #2E63DF. Grayscale: #9E9E9E. Windows color (decimal): -3040224 or 2137297. OLE color: 2137297.

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

Color convert

RGB 209 156 32 -
CMYK 0 0.25 0.85 0.18
HSL 42.03º 0.73% 0.47% -
HSV(B) 42.03º 0.85% 0.82% -
XYZ 38.44 37.44 6.57 -
YUV 157.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 209 156 32 0 0.25 0.85 0.18 42.03 0.73 0.47
Hex D1 9C 20 0 19 55 12 2A 49 2F
Octal 321 234 40 0 31 125 22 52 111 57
Binary 11010001 10011100 100000 0 11001 1010101 10010 101010 1001001 101111

Color Harmonies of #D19C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C20

Black with #D19C20

Text Example


Text Example

White with #D19C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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