Html Css Color HEX #D9A019 Galliano

📋 copy color: '#D9A019'

red 217 ◦ green 160 ◦ blue 25

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

Shades of Galliano #D9A019

Tints of Galliano #D9A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 53.98%
G = 39.8%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9A019 (or 0xD9A019) is known color: Galliano. HEX triplet: D9, A0 and 19. RGB value is (217,160,25). Sum of RGB (Red+Green+Blue) = 217+160+25=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A019 is #265FE6. Grayscale: #A2A2A2. Windows color (decimal): -2514919 or 1679577. OLE color: 1679577.

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

Color convert

RGB 217 160 25 -
CMYK 0 0.26 0.88 0.15
HSL 42.19º 0.79% 0.47% -
HSV(B) 42.19º 0.88% 0.85% -
XYZ 41.36 39.96 6.45 -
YUV 161.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 217 160 25 0 0.26 0.88 0.15 42.19 0.79 0.47
Hex D9 A0 19 0 1A 58 F 2A 4F 2F
Octal 331 240 31 0 32 130 17 52 117 57
Binary 11011001 10100000 11001 0 11010 1011000 1111 101010 1001111 101111

Color Harmonies of #D9A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A019

Black with #D9A019

Text Example


Text Example

White with #D9A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A019; }

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

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

background-color css

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

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

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

border-color css

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

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

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