#DFA61A

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

Shades of Galliano #DFA61A

Tints of Galliano #DFA61A

Color information

#DFA61A (or 0xDFA61A) is unknown color: approx Galliano. HEX triplet: DF, A6 and 1A. RGB value is (223,166,26). Sum of RGB (Red+Green+Blue) = 223+166+26=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA61A is #2059E5. Grayscale: #A7A7A7. Windows color (decimal): -2120166 or 1746655. OLE color: 1746655.

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

Color convert

RGB22316626-
CMYK00.260.880.13
HSL42.64º79.12%48.82%-
HSV(B)42.64º88.34%87.45%-
XYZ44.2543.036.95-
YUV167.0848.38167.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 6.27%
R=53.73%
G=40%
B=6.27%

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
Decimal2231662600.260.880.1342.6479.1248.82
HexDFA61A01A58D2b4f31
Octal33724632032130155311761
Binary110111111010011011010011010101100011011010111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA61A; }

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

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

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

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

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

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

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

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