Html Css Color HEX #DFA222 Galliano

📋 copy color: '#DFA222'

red 223 ◦ green 162 ◦ blue 34

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

Shades of Galliano #DFA222

Tints of Galliano #DFA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 53.22%
G = 38.66%
B = 8.11%

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

#DFA222 (or 0xDFA222) is known color: Galliano. HEX triplet: DF, A2 and 22. RGB value is (223,162,34). Sum of RGB (Red+Green+Blue) = 223+162+34=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA222 is #205DDD. Grayscale: #A6A6A6. Windows color (decimal): -2121182 or 2269919. OLE color: 2269919.

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

Color convert

RGB 223 162 34 -
CMYK 0 0.27 0.85 0.13
HSL 40.63º 0.75% 0.5% -
HSV(B) 40.63º 0.85% 0.87% -
XYZ 43.64 41.64 7.25 -
YUV 165.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 223 162 34 0 0.27 0.85 0.13 40.63 0.75 0.5
Hex DF A2 22 0 1B 55 D 29 4B 32
Octal 337 242 42 0 33 125 15 51 113 62
Binary 11011111 10100010 100010 0 11011 1010101 1101 101001 1001011 110010

Color Harmonies of #DFA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA222

Black with #DFA222

Text Example


Text Example

White with #DFA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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