Html Css Color HEX #DFA517 Galliano

📋 copy color: '#DFA517'

red 223 ◦ green 165 ◦ blue 23

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

Shades of Galliano #DFA517

Tints of Galliano #DFA517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 54.26%
G = 40.15%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFA517 (or 0xDFA517) is known color: Galliano. HEX triplet: DF, A5 and 17. RGB value is (223,165,23). Sum of RGB (Red+Green+Blue) = 223+165+23=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA517 is #205AE8. Grayscale: #A6A6A6. Windows color (decimal): -2120425 or 1549791. OLE color: 1549791.

HSL color Cylindrical-coordinate representation of color #DFA517: hue angle of 42.6º 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 #DFA517 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 23 -
CMYK 0 0.26 0.90 0.13
HSL 42.6º 0.81% 0.48% -
HSV(B) 42.6º 0.9% 0.87% -
XYZ 44.04 42.66 6.72 -
YUV 166.15 47.22 168.55 -
System Red Green Blue C M Y K H S L
Decimal 223 165 23 0 0.26 0.90 0.13 42.6 0.81 0.48
Hex DF A5 17 0 1A 5A D 2B 51 30
Octal 337 245 27 0 32 132 15 53 121 60
Binary 11011111 10100101 10111 0 11010 1011010 1101 101011 1010001 110000

Color Harmonies of #DFA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA517

Black with #DFA517

Text Example


Text Example

White with #DFA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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