Html Css Color HEX #D9A911 Galliano

📋 copy color: '#D9A911'

red 217 ◦ green 169 ◦ blue 17

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

Shades of Galliano #D9A911

Tints of Galliano #D9A911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.94%

 BLUE value IS 17 (7.03% from 255) = 4.22%

R = 53.85%
G = 41.94%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D9A911 (or 0xD9A911) is known color: Galliano. HEX triplet: D9, A9 and 11. RGB value is (217,169,17). Sum of RGB (Red+Green+Blue) = 217+169+17=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A911 is #2656EE. Grayscale: #A6A6A6. Windows color (decimal): -2512623 or 1157593. OLE color: 1157593.

HSL color Cylindrical-coordinate representation of color #D9A911: hue angle of 45.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9A911 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 17 -
CMYK 0 0.22 0.92 0.15
HSL 45.6º 0.85% 0.46% -
HSV(B) 45.6º 0.92% 0.85% -
XYZ 42.9 43.17 6.6 -
YUV 166.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 217 169 17 0 0.22 0.92 0.15 45.6 0.85 0.46
Hex D9 A9 11 0 16 5C F 2E 55 2E
Octal 331 251 21 0 26 134 17 56 125 56
Binary 11011001 10101001 10001 0 10110 1011100 1111 101110 1010101 101110

Color Harmonies of #D9A911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A911

Black with #D9A911

Text Example


Text Example

White with #D9A911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A911; }

 p { color: rgb(217,169,17); }

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

background-color css

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

 a { background-color: rgb(217,169,17); }

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

border-color css

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

 span { border-color: rgb(217,169,17); }

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