#DFA51C

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

Shades of Galliano #DFA51C

Tints of Galliano #DFA51C

Color information

#DFA51C (or 0xDFA51C) is unknown color: approx Galliano. HEX triplet: DF, A5 and 1C. RGB value is (223,165,28). Sum of RGB (Red+Green+Blue) = 223+165+28=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA51C is #205AE3. Grayscale: #A7A7A7. Windows color (decimal): -2120420 or 1877471. OLE color: 1877471.

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

Color convert

RGB22316528-
CMYK00.260.870.13
HSL42.15º77.69%49.22%-
HSV(B)42.15º87.44%87.45%-
XYZ44.142.687.01-
YUV166.7249.72168.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 28 (11.33% from 255) = 6.73%
R=53.61%
G=39.66%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231652800.260.870.1342.1577.6949.22
HexDFA51C01A57D2a4e31
Octal33724534032127155211661
Binary110111111010010111100011010101011111011010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA51C; }

 p { color: rgb(223,165,28); }

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

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

 a { background-color: rgb(223,165,28); }

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

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

 span { border-color: rgb(223,165,28); }

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