#DFA726

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

Shades of Galliano #DFA726

Tints of Galliano #DFA726

Color information

#DFA726 (or 0xDFA726) is unknown color: approx Galliano. HEX triplet: DF, A7 and 26. RGB value is (223,167,38). Sum of RGB (Red+Green+Blue) = 223+167+38=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA726 is #2058D9. Grayscale: #A9A9A9. Windows color (decimal): -2119898 or 2533343. OLE color: 2533343.

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

Color convert

RGB22316738-
CMYK00.250.830.13
HSL41.84º74.3%51.18%-
HSV(B)41.84º82.96%87.45%-
XYZ44.643.477.87-
YUV169.0454.05166.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 38 (15.23% from 255) = 8.88%
R=52.10%
G=39.02%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231673800.250.830.1341.8474.351.18
HexDFA72601953D2a4a33
Octal33724746031123155211263
Binary1101111110100111100110011001101001111011010101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA726; }

 p { color: rgb(223,167,38); }

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

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

 a { background-color: rgb(223,167,38); }

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

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

 span { border-color: rgb(223,167,38); }

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