Html Css Color HEX #DFA320 Galliano

📋 copy color: '#DFA320'

red 223 ◦ green 163 ◦ blue 32

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

Shades of Galliano #DFA320

Tints of Galliano #DFA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 53.35%
G = 39%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFA320 (or 0xDFA320) is known color: Galliano. HEX triplet: DF, A3 and 20. RGB value is (223,163,32). Sum of RGB (Red+Green+Blue) = 223+163+32=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA320 is #205CDF. Grayscale: #A6A6A6. Windows color (decimal): -2120928 or 2139103. OLE color: 2139103.

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

Color convert

RGB 223 163 32 -
CMYK 0 0.27 0.86 0.13
HSL 41.15º 0.75% 0.5% -
HSV(B) 41.15º 0.86% 0.87% -
XYZ 43.79 41.99 7.16 -
YUV 166.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 223 163 32 0 0.27 0.86 0.13 41.15 0.75 0.5
Hex DF A3 20 0 1B 56 D 29 4B 32
Octal 337 243 40 0 33 126 15 51 113 62
Binary 11011111 10100011 100000 0 11011 1010110 1101 101001 1001011 110010

Color Harmonies of #DFA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA320

Black with #DFA320

Text Example


Text Example

White with #DFA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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