Html Css Color HEX #DFA021 Galliano

📋 copy color: '#DFA021'

red 223 ◦ green 160 ◦ blue 33

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

Shades of Galliano #DFA021

Tints of Galliano #DFA021

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 53.61%
G = 38.46%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFA021 (or 0xDFA021) is known color: Galliano. HEX triplet: DF, A0 and 21. RGB value is (223,160,33). Sum of RGB (Red+Green+Blue) = 223+160+33=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA021 is #205FDE. Grayscale: #A4A4A4. Windows color (decimal): -2121695 or 2203871. OLE color: 2203871.

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

Color convert

RGB 223 160 33 -
CMYK 0 0.28 0.85 0.13
HSL 40.11º 0.75% 0.5% -
HSV(B) 40.11º 0.85% 0.87% -
XYZ 43.28 40.94 7.06 -
YUV 164.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 223 160 33 0 0.28 0.85 0.13 40.11 0.75 0.5
Hex DF A0 21 0 1C 55 D 28 4B 32
Octal 337 240 41 0 34 125 15 50 113 62
Binary 11011111 10100000 100001 0 11100 1010101 1101 101000 1001011 110010

Color Harmonies of #DFA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA021

Black with #DFA021

Text Example


Text Example

White with #DFA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA021; }

 p { color: rgb(223,160,33); }

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

background-color css

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

 a { background-color: rgb(223,160,33); }

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

border-color css

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

 span { border-color: rgb(223,160,33); }

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