Html Css Color HEX #D1AC19 Galliano

📋 copy color: '#D1AC19'

red 209 ◦ green 172 ◦ blue 25

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

Shades of Galliano #D1AC19

Tints of Galliano #D1AC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.16%

R = 51.48%
G = 42.36%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1AC19 (or 0xD1AC19) is known color: Galliano. HEX triplet: D1, AC and 19. RGB value is (209,172,25). Sum of RGB (Red+Green+Blue) = 209+172+25=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC19 is #2E53E6. Grayscale: #A6A6A6. Windows color (decimal): -3036135 or 1682641. OLE color: 1682641.

HSL color Cylindrical-coordinate representation of color #D1AC19: hue angle of 47.93º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1AC19 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 25 -
CMYK 0 0.18 0.88 0.18
HSL 47.93º 0.79% 0.46% -
HSV(B) 47.93º 0.88% 0.82% -
XYZ 41.22 43.13 7.07 -
YUV 166.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 209 172 25 0 0.18 0.88 0.18 47.93 0.79 0.46
Hex D1 AC 19 0 12 58 12 30 4F 2E
Octal 321 254 31 0 22 130 22 60 117 56
Binary 11010001 10101100 11001 0 10010 1011000 10010 110000 1001111 101110

Color Harmonies of #D1AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC19

Black with #D1AC19

Text Example


Text Example

White with #D1AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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