Html Css Color HEX #D9AC19 Galliano

📋 copy color: '#D9AC19'

red 217 ◦ green 172 ◦ blue 25

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

Shades of Galliano #D9AC19

Tints of Galliano #D9AC19

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

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

R = 52.42%
G = 41.55%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9AC19 (or 0xD9AC19) is known color: Galliano. HEX triplet: D9, AC and 19. RGB value is (217,172,25). Sum of RGB (Red+Green+Blue) = 217+172+25=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC19 is #2653E6. Grayscale: #A9A9A9. Windows color (decimal): -2511847 or 1682649. OLE color: 1682649.

HSL color Cylindrical-coordinate representation of color #D9AC19: hue angle of 45.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9AC19 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 25 -
CMYK 0 0.21 0.88 0.15
HSL 45.94º 0.79% 0.47% -
HSV(B) 45.94º 0.88% 0.85% -
XYZ 43.54 44.33 7.18 -
YUV 168.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 217 172 25 0 0.21 0.88 0.15 45.94 0.79 0.47
Hex D9 AC 19 0 15 58 F 2E 4F 2F
Octal 331 254 31 0 25 130 17 56 117 57
Binary 11011001 10101100 11001 0 10101 1011000 1111 101110 1001111 101111

Color Harmonies of #D9AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC19

Black with #D9AC19

Text Example


Text Example

White with #D9AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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