Html Css Color HEX #D1AC20 Galliano

📋 copy color: '#D1AC20'

red 209 ◦ green 172 ◦ blue 32

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

Shades of Galliano #D1AC20

Tints of Galliano #D1AC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 50.61%
G = 41.65%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1AC20 (or 0xD1AC20) is known color: Galliano. HEX triplet: D1, AC and 20. RGB value is (209,172,32). Sum of RGB (Red+Green+Blue) = 209+172+32=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC20 is #2E53DF. Grayscale: #A7A7A7. Windows color (decimal): -3036128 or 2141393. OLE color: 2141393.

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

Color convert

RGB 209 172 32 -
CMYK 0 0.18 0.85 0.18
HSL 47.46º 0.73% 0.47% -
HSV(B) 47.46º 0.85% 0.82% -
XYZ 41.31 43.16 7.52 -
YUV 167.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 209 172 32 0 0.18 0.85 0.18 47.46 0.73 0.47
Hex D1 AC 20 0 12 55 12 2F 49 2F
Octal 321 254 40 0 22 125 22 57 111 57
Binary 11010001 10101100 100000 0 10010 1010101 10010 101111 1001001 101111

Color Harmonies of #D1AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC20

Black with #D1AC20

Text Example


Text Example

White with #D1AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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