Html Css Color HEX #D9A917 Galliano

📋 copy color: '#D9A917'

red 217 ◦ green 169 ◦ blue 23

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

Shades of Galliano #D9A917

Tints of Galliano #D9A917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.62%

R = 53.06%
G = 41.32%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9A917 (or 0xD9A917) is known color: Galliano. HEX triplet: D9, A9 and 17. RGB value is (217,169,23). Sum of RGB (Red+Green+Blue) = 217+169+23=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A917 is #2656E8. Grayscale: #A7A7A7. Windows color (decimal): -2512617 or 1550809. OLE color: 1550809.

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

Color convert

RGB 217 169 23 -
CMYK 0 0.22 0.89 0.15
HSL 45.15º 0.81% 0.47% -
HSV(B) 45.15º 0.89% 0.85% -
XYZ 42.96 43.19 6.88 -
YUV 166.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 217 169 23 0 0.22 0.89 0.15 45.15 0.81 0.47
Hex D9 A9 17 0 16 59 F 2D 51 2F
Octal 331 251 27 0 26 131 17 55 121 57
Binary 11011001 10101001 10111 0 10110 1011001 1111 101101 1010001 101111

Color Harmonies of #D9A917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A917

Black with #D9A917

Text Example


Text Example

White with #D9A917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A917; }

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

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

background-color css

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

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

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

border-color css

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

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

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