Html Css Color HEX #DFA123 Galliano

📋 copy color: '#DFA123'

red 223 ◦ green 161 ◦ blue 35

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

Shades of Galliano #DFA123

Tints of Galliano #DFA123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.35%

R = 53.22%
G = 38.42%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFA123 (or 0xDFA123) is known color: Galliano. HEX triplet: DF, A1 and 23. RGB value is (223,161,35). Sum of RGB (Red+Green+Blue) = 223+161+35=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA123 is #205EDC. Grayscale: #A5A5A5. Windows color (decimal): -2121437 or 2335199. OLE color: 2335199.

HSL color Cylindrical-coordinate representation of color #DFA123: hue angle of 40.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFA123 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 35 -
CMYK 0 0.28 0.84 0.13
HSL 40.21º 0.75% 0.51% -
HSV(B) 40.21º 0.84% 0.87% -
XYZ 43.48 41.3 7.27 -
YUV 165.17 54.54 169.25 -
System Red Green Blue C M Y K H S L
Decimal 223 161 35 0 0.28 0.84 0.13 40.21 0.75 0.51
Hex DF A1 23 0 1C 54 D 28 4B 33
Octal 337 241 43 0 34 124 15 50 113 63
Binary 11011111 10100001 100011 0 11100 1010100 1101 101000 1001011 110011

Color Harmonies of #DFA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA123

Black with #DFA123

Text Example


Text Example

White with #DFA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA123; }

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

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

background-color css

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

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

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

border-color css

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

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

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