Html Css Color HEX #DFA122 Galliano

📋 copy color: '#DFA122'

red 223 ◦ green 161 ◦ blue 34

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

Shades of Galliano #DFA122

Tints of Galliano #DFA122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.52%

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

R = 53.35%
G = 38.52%
B = 8.13%

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

#DFA122 (or 0xDFA122) is known color: Galliano. HEX triplet: DF, A1 and 22. RGB value is (223,161,34). Sum of RGB (Red+Green+Blue) = 223+161+34=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA122 is #205EDD. Grayscale: #A5A5A5. Windows color (decimal): -2121438 or 2269663. OLE color: 2269663.

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

Color convert

RGB 223 161 34 -
CMYK 0 0.28 0.85 0.13
HSL 40.32º 0.75% 0.5% -
HSV(B) 40.32º 0.85% 0.87% -
XYZ 43.47 41.29 7.19 -
YUV 165.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 223 161 34 0 0.28 0.85 0.13 40.32 0.75 0.5
Hex DF A1 22 0 1C 55 D 28 4B 32
Octal 337 241 42 0 34 125 15 50 113 62
Binary 11011111 10100001 100010 0 11100 1010101 1101 101000 1001011 110010

Color Harmonies of #DFA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA122

Black with #DFA122

Text Example


Text Example

White with #DFA122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA122; }

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

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

background-color css

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

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

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

border-color css

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

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

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