Html Css Color HEX #DFA917 Galliano

📋 copy color: '#DFA917'

red 223 ◦ green 169 ◦ blue 23

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

Shades of Galliano #DFA917

Tints of Galliano #DFA917

RGB

 RED value IS 223 (87.5% from 255) = 53.73%

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

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

R = 53.73%
G = 40.72%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFA917 (or 0xDFA917) is known color: Galliano. HEX triplet: DF, A9 and 17. RGB value is (223,169,23). Sum of RGB (Red+Green+Blue) = 223+169+23=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA917 is #2056E8. Grayscale: #A9A9A9. Windows color (decimal): -2119401 or 1550815. OLE color: 1550815.

HSL color Cylindrical-coordinate representation of color #DFA917: hue angle of 43.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFA917 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 169 23 -
CMYK 0 0.24 0.90 0.13
HSL 43.8º 0.81% 0.48% -
HSV(B) 43.8º 0.9% 0.87% -
XYZ 44.77 44.13 6.97 -
YUV 168.5 45.89 166.87 -
System Red Green Blue C M Y K H S L
Decimal 223 169 23 0 0.24 0.90 0.13 43.8 0.81 0.48
Hex DF A9 17 0 18 5A D 2C 51 30
Octal 337 251 27 0 30 132 15 54 121 60
Binary 11011111 10101001 10111 0 11000 1011010 1101 101100 1010001 110000

Color Harmonies of #DFA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA917

Black with #DFA917

Text Example


Text Example

White with #DFA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA917; }

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

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

background-color css

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

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

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

border-color css

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

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

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