Html Css Color HEX #D1AD20 Galliano

📋 copy color: '#D1AD20'

red 209 ◦ green 173 ◦ blue 32

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

Shades of Galliano #D1AD20

Tints of Galliano #D1AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

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

R = 50.48%
G = 41.79%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1AD20 (or 0xD1AD20) is known color: Galliano. HEX triplet: D1, AD and 20. RGB value is (209,173,32). Sum of RGB (Red+Green+Blue) = 209+173+32=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD20 is #2E52DF. Grayscale: #A8A8A8. Windows color (decimal): -3035872 or 2141649. OLE color: 2141649.

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

Color convert

RGB 209 173 32 -
CMYK 0 0.17 0.85 0.18
HSL 47.8º 0.73% 0.47% -
HSV(B) 47.8º 0.85% 0.82% -
XYZ 41.5 43.55 7.58 -
YUV 167.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 209 173 32 0 0.17 0.85 0.18 47.8 0.73 0.47
Hex D1 AD 20 0 11 55 12 30 49 2F
Octal 321 255 40 0 21 125 22 60 111 57
Binary 11010001 10101101 100000 0 10001 1010101 10010 110000 1001001 101111

Color Harmonies of #D1AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD20

Black with #D1AD20

Text Example


Text Example

White with #D1AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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