Html Css Color HEX #D9AF16 Galliano

📋 copy color: '#D9AF16'

red 217 ◦ green 175 ◦ blue 22

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

Shades of Galliano #D9AF16

Tints of Galliano #D9AF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 52.42%
G = 42.27%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9AF16 (or 0xD9AF16) is known color: Galliano. HEX triplet: D9, AF and 16. RGB value is (217,175,22). Sum of RGB (Red+Green+Blue) = 217+175+22=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF16 is #2650E9. Grayscale: #AAAAAA. Windows color (decimal): -2511082 or 1486809. OLE color: 1486809.

HSL color Cylindrical-coordinate representation of color #D9AF16: hue angle of 47.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9AF16 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 22 -
CMYK 0 0.19 0.90 0.15
HSL 47.08º 0.82% 0.47% -
HSV(B) 47.08º 0.9% 0.85% -
XYZ 44.09 45.47 7.21 -
YUV 170.12 44.41 161.44 -
System Red Green Blue C M Y K H S L
Decimal 217 175 22 0 0.19 0.90 0.15 47.08 0.82 0.47
Hex D9 AF 16 0 13 5A F 2F 52 2F
Octal 331 257 26 0 23 132 17 57 122 57
Binary 11011001 10101111 10110 0 10011 1011010 1111 101111 1010010 101111

Color Harmonies of #D9AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF16

Black with #D9AF16

Text Example


Text Example

White with #D9AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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