Html Css Color HEX #D9A910 Galliano

📋 copy color: '#D9A910'

red 217 ◦ green 169 ◦ blue 16

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

Shades of Galliano #D9A910

Tints of Galliano #D9A910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 53.98%
G = 42.04%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9A910 (or 0xD9A910) is known color: Galliano. HEX triplet: D9, A9 and 10. RGB value is (217,169,16). Sum of RGB (Red+Green+Blue) = 217+169+16=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A910 is #2656EF. Grayscale: #A6A6A6. Windows color (decimal): -2512624 or 1092057. OLE color: 1092057.

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

Color convert

RGB 217 169 16 -
CMYK 0 0.22 0.93 0.15
HSL 45.67º 0.86% 0.46% -
HSV(B) 45.67º 0.93% 0.85% -
XYZ 42.9 43.17 6.56 -
YUV 165.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 217 169 16 0 0.22 0.93 0.15 45.67 0.86 0.46
Hex D9 A9 10 0 16 5D F 2E 56 2E
Octal 331 251 20 0 26 135 17 56 126 56
Binary 11011001 10101001 10000 0 10110 1011101 1111 101110 1010110 101110

Color Harmonies of #D9A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A910

Black with #D9A910

Text Example


Text Example

White with #D9A910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A910; }

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

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

background-color css

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

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

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

border-color css

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

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

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