Html Css Color HEX #D9AF19 Galliano

📋 copy color: '#D9AF19'

red 217 ◦ green 175 ◦ blue 25

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

Shades of Galliano #D9AF19

Tints of Galliano #D9AF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

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

R = 52.04%
G = 41.97%
B = 6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9AF19 (or 0xD9AF19) is known color: Galliano. HEX triplet: D9, AF and 19. RGB value is (217,175,25). Sum of RGB (Red+Green+Blue) = 217+175+25=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF19 is #2650E6. Grayscale: #ABABAB. Windows color (decimal): -2511079 or 1683417. OLE color: 1683417.

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

Color convert

RGB 217 175 25 -
CMYK 0 0.19 0.88 0.15
HSL 46.88º 0.79% 0.47% -
HSV(B) 46.88º 0.88% 0.85% -
XYZ 44.12 45.48 7.37 -
YUV 170.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 217 175 25 0 0.19 0.88 0.15 46.88 0.79 0.47
Hex D9 AF 19 0 13 58 F 2F 4F 2F
Octal 331 257 31 0 23 130 17 57 117 57
Binary 11011001 10101111 11001 0 10011 1011000 1111 101111 1001111 101111

Color Harmonies of #D9AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF19

Black with #D9AF19

Text Example


Text Example

White with #D9AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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