Html Css Color HEX #DFA022 Galliano

📋 copy color: '#DFA022'

red 223 ◦ green 160 ◦ blue 34

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

Shades of Galliano #DFA022

Tints of Galliano #DFA022

RGB

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

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

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

R = 53.48%
G = 38.37%
B = 8.15%

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

#DFA022 (or 0xDFA022) is known color: Galliano. HEX triplet: DF, A0 and 22. RGB value is (223,160,34). Sum of RGB (Red+Green+Blue) = 223+160+34=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA022 is #205FDD. Grayscale: #A5A5A5. Windows color (decimal): -2121694 or 2269407. OLE color: 2269407.

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

Color convert

RGB 223 160 34 -
CMYK 0 0.28 0.85 0.13
HSL 40º 0.75% 0.5% -
HSV(B) 40º 0.85% 0.87% -
XYZ 43.29 40.95 7.13 -
YUV 164.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 223 160 34 0 0.28 0.85 0.13 40 0.75 0.5
Hex DF A0 22 0 1C 55 D 28 4B 32
Octal 337 240 42 0 34 125 15 50 113 62
Binary 11011111 10100000 100010 0 11100 1010101 1101 101000 1001011 110010

Color Harmonies of #DFA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA022

Black with #DFA022

Text Example


Text Example

White with #DFA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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