Html Css Color HEX #D9AD19 Galliano

📋 copy color: '#D9AD19'

red 217 ◦ green 173 ◦ blue 25

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

Shades of Galliano #D9AD19

Tints of Galliano #D9AD19

RGB

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

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

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

R = 52.29%
G = 41.69%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9AD19 (or 0xD9AD19) is known color: Galliano. HEX triplet: D9, AD and 19. RGB value is (217,173,25). Sum of RGB (Red+Green+Blue) = 217+173+25=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD19 is #2652E6. Grayscale: #A9A9A9. Windows color (decimal): -2511591 or 1682905. OLE color: 1682905.

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

Color convert

RGB 217 173 25 -
CMYK 0 0.20 0.88 0.15
HSL 46.25º 0.79% 0.47% -
HSV(B) 46.25º 0.88% 0.85% -
XYZ 43.73 44.71 7.24 -
YUV 169.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 217 173 25 0 0.20 0.88 0.15 46.25 0.79 0.47
Hex D9 AD 19 0 14 58 F 2E 4F 2F
Octal 331 255 31 0 24 130 17 56 117 57
Binary 11011001 10101101 11001 0 10100 1011000 1111 101110 1001111 101111

Color Harmonies of #D9AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD19

Black with #D9AD19

Text Example


Text Example

White with #D9AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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