Html Css Color HEX #D9AA17 Galliano

📋 copy color: '#D9AA17'

red 217 ◦ green 170 ◦ blue 23

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

Shades of Galliano #D9AA17

Tints of Galliano #D9AA17

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 52.93%
G = 41.46%
B = 5.61%

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

#D9AA17 (or 0xD9AA17) is known color: Galliano. HEX triplet: D9, AA and 17. RGB value is (217,170,23). Sum of RGB (Red+Green+Blue) = 217+170+23=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AA17 is #2655E8. Grayscale: #A7A7A7. Windows color (decimal): -2512361 or 1551065. OLE color: 1551065.

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

Color convert

RGB 217 170 23 -
CMYK 0 0.22 0.89 0.15
HSL 45.46º 0.81% 0.47% -
HSV(B) 45.46º 0.89% 0.85% -
XYZ 43.14 43.56 6.95 -
YUV 167.3 46.57 163.45 -
System Red Green Blue C M Y K H S L
Decimal 217 170 23 0 0.22 0.89 0.15 45.46 0.81 0.47
Hex D9 AA 17 0 16 59 F 2D 51 2F
Octal 331 252 27 0 26 131 17 55 121 57
Binary 11011001 10101010 10111 0 10110 1011001 1111 101101 1010001 101111

Color Harmonies of #D9AA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA17

Black with #D9AA17

Text Example


Text Example

White with #D9AA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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