Html Css Color HEX #DFA11A Galliano

📋 copy color: '#DFA11A'

red 223 ◦ green 161 ◦ blue 26

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

Shades of Galliano #DFA11A

Tints of Galliano #DFA11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 54.39%
G = 39.27%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFA11A (or 0xDFA11A) is known color: Galliano. HEX triplet: DF, A1 and 1A. RGB value is (223,161,26). Sum of RGB (Red+Green+Blue) = 223+161+26=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA11A is #205EE5. Grayscale: #A4A4A4. Windows color (decimal): -2121446 or 1745375. OLE color: 1745375.

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

Color convert

RGB 223 161 26 -
CMYK 0 0.28 0.88 0.13
HSL 41.12º 0.79% 0.49% -
HSV(B) 41.12º 0.88% 0.87% -
XYZ 43.36 41.25 6.65 -
YUV 164.15 50.04 169.98 -
System Red Green Blue C M Y K H S L
Decimal 223 161 26 0 0.28 0.88 0.13 41.12 0.79 0.49
Hex DF A1 1A 0 1C 58 D 29 4F 31
Octal 337 241 32 0 34 130 15 51 117 61
Binary 11011111 10100001 11010 0 11100 1011000 1101 101001 1001111 110001

Color Harmonies of #DFA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA11A

Black with #DFA11A

Text Example


Text Example

White with #DFA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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