Html Css Color HEX #D9AF17 Galliano

📋 copy color: '#D9AF17'

red 217 ◦ green 175 ◦ blue 23

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

Shades of Galliano #D9AF17

Tints of Galliano #D9AF17

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

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

R = 52.29%
G = 42.17%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9AF17 (or 0xD9AF17) is known color: Galliano. HEX triplet: D9, AF and 17. RGB value is (217,175,23). Sum of RGB (Red+Green+Blue) = 217+175+23=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF17 is #2650E8. Grayscale: #AAAAAA. Windows color (decimal): -2511081 or 1552345. OLE color: 1552345.

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

Color convert

RGB 217 175 23 -
CMYK 0 0.19 0.89 0.15
HSL 47.01º 0.81% 0.47% -
HSV(B) 47.01º 0.89% 0.85% -
XYZ 44.1 45.47 7.26 -
YUV 170.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 217 175 23 0 0.19 0.89 0.15 47.01 0.81 0.47
Hex D9 AF 17 0 13 59 F 2F 51 2F
Octal 331 257 27 0 23 131 17 57 121 57
Binary 11011001 10101111 10111 0 10011 1011001 1111 101111 1010001 101111

Color Harmonies of #D9AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF17

Black with #D9AF17

Text Example


Text Example

White with #D9AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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