Html Css Color HEX #DFA920 Galliano

📋 copy color: '#DFA920'

red 223 ◦ green 169 ◦ blue 32

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

Shades of Galliano #DFA920

Tints of Galliano #DFA920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.55%

R = 52.59%
G = 39.86%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFA920 (or 0xDFA920) is known color: Galliano. HEX triplet: DF, A9 and 20. RGB value is (223,169,32). Sum of RGB (Red+Green+Blue) = 223+169+32=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA920 is #2056DF. Grayscale: #AAAAAA. Windows color (decimal): -2119392 or 2140639. OLE color: 2140639.

HSL color Cylindrical-coordinate representation of color #DFA920: hue angle of 43.04º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFA920 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 169 32 -
CMYK 0 0.24 0.86 0.13
HSL 43.04º 0.75% 0.5% -
HSV(B) 43.04º 0.86% 0.87% -
XYZ 44.88 44.17 7.53 -
YUV 169.53 50.39 166.14 -
System Red Green Blue C M Y K H S L
Decimal 223 169 32 0 0.24 0.86 0.13 43.04 0.75 0.5
Hex DF A9 20 0 18 56 D 2B 4B 32
Octal 337 251 40 0 30 126 15 53 113 62
Binary 11011111 10101001 100000 0 11000 1010110 1101 101011 1001011 110010

Color Harmonies of #DFA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA920

Black with #DFA920

Text Example


Text Example

White with #DFA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA920; }

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

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

background-color css

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

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

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

border-color css

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

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

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