#DFA41A

Color #DFA41A Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #DFA41A

Tints of Galliano #DFA41A

Color information

#DFA41A (or 0xDFA41A) is unknown color: approx Galliano. HEX triplet: DF, A4 and 1A. RGB value is (223,164,26). Sum of RGB (Red+Green+Blue) = 223+164+26=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA41A is #205BE5. Grayscale: #A6A6A6. Windows color (decimal): -2120678 or 1746143. OLE color: 1746143.

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

Color convert

RGB22316426-
CMYK00.260.880.13
HSL42.03º79.12%48.82%-
HSV(B)42.03º88.34%87.45%-
XYZ43.8942.316.83-
YUV165.9149.05168.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.00%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 26 (10.55% from 255) = 6.30%
R=54.00%
G=39.71%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231642600.260.880.1342.0379.1248.82
HexDFA41A01A58D2a4f31
Octal33724432032130155211761
Binary110111111010010011010011010101100011011010101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA41A; }

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

 H1.HeaderClassName
 {
   color: #DFA41A;
 }
 .AnyTagClassName
 {
   color: #DFA41A;
 }
</style>
background-color css

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

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

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

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

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

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