Html Css Color HEX #D1AA20 Galliano

📋 copy color: '#D1AA20'

red 209 ◦ green 170 ◦ blue 32

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

Shades of Galliano #D1AA20

Tints of Galliano #D1AA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 50.85%
G = 41.36%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1AA20 (or 0xD1AA20) is known color: Galliano. HEX triplet: D1, AA and 20. RGB value is (209,170,32). Sum of RGB (Red+Green+Blue) = 209+170+32=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA20 is #2E55DF. Grayscale: #A6A6A6. Windows color (decimal): -3036640 or 2140881. OLE color: 2140881.

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

Color convert

RGB 209 170 32 -
CMYK 0 0.19 0.85 0.18
HSL 46.78º 0.73% 0.47% -
HSV(B) 46.78º 0.85% 0.82% -
XYZ 40.93 42.41 7.4 -
YUV 165.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 209 170 32 0 0.19 0.85 0.18 46.78 0.73 0.47
Hex D1 AA 20 0 13 55 12 2F 49 2F
Octal 321 252 40 0 23 125 22 57 111 57
Binary 11010001 10101010 100000 0 10011 1010101 10010 101111 1001001 101111

Color Harmonies of #D1AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA20

Black with #D1AA20

Text Example


Text Example

White with #D1AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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