Html Css Color HEX #DFA322 Galliano

📋 copy color: '#DFA322'

red 223 ◦ green 163 ◦ blue 34

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

Shades of Galliano #DFA322

Tints of Galliano #DFA322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.1%

R = 53.1%
G = 38.81%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFA322 (or 0xDFA322) is known color: Galliano. HEX triplet: DF, A3 and 22. RGB value is (223,163,34). Sum of RGB (Red+Green+Blue) = 223+163+34=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA322 is #205CDD. Grayscale: #A6A6A6. Windows color (decimal): -2120926 or 2270175. OLE color: 2270175.

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

Color convert

RGB 223 163 34 -
CMYK 0 0.27 0.85 0.13
HSL 40.95º 0.75% 0.5% -
HSV(B) 40.95º 0.85% 0.87% -
XYZ 43.82 42 7.31 -
YUV 166.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 223 163 34 0 0.27 0.85 0.13 40.95 0.75 0.5
Hex DF A3 22 0 1B 55 D 29 4B 32
Octal 337 243 42 0 33 125 15 51 113 62
Binary 11011111 10100011 100010 0 11011 1010101 1101 101001 1001011 110010

Color Harmonies of #DFA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA322

Black with #DFA322

Text Example


Text Example

White with #DFA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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