#DFA526

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

Shades of Galliano #DFA526

Tints of Galliano #DFA526

Color information

#DFA526 (or 0xDFA526) is unknown color: approx Galliano. HEX triplet: DF, A5 and 26. RGB value is (223,165,38). Sum of RGB (Red+Green+Blue) = 223+165+38=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA526 is #205AD9. Grayscale: #A8A8A8. Windows color (decimal): -2120410 or 2532831. OLE color: 2532831.

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

Color convert

RGB22316538-
CMYK00.260.830.13
HSL41.19º74.3%51.18%-
HSV(B)41.19º82.96%87.45%-
XYZ44.2442.747.75-
YUV167.8654.72167.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.35%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 38 (15.23% from 255) = 8.92%
R=52.35%
G=38.73%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231653800.260.830.1341.1974.351.18
HexDFA52601A53D294a33
Octal33724546032123155111263
Binary1101111110100101100110011010101001111011010011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA526; }

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

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

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

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

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

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

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

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