#DFA626

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

Shades of Galliano #DFA626

Tints of Galliano #DFA626

Color information

#DFA626 (or 0xDFA626) is unknown color: approx Galliano. HEX triplet: DF, A6 and 26. RGB value is (223,166,38). Sum of RGB (Red+Green+Blue) = 223+166+38=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA626 is #2059D9. Grayscale: #A9A9A9. Windows color (decimal): -2120154 or 2533087. OLE color: 2533087.

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

Color convert

RGB22316638-
CMYK00.260.830.13
HSL41.51º74.3%51.18%-
HSV(B)41.51º82.96%87.45%-
XYZ44.4243.17.81-
YUV168.4554.38166.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.22%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 38 (15.23% from 255) = 8.90%
R=52.22%
G=38.88%
B=8.90%

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
Decimal2231663800.260.830.1341.5174.351.18
HexDFA62601A53D2a4a33
Octal33724646032123155211263
Binary1101111110100110100110011010101001111011010101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA626; }

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

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

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

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

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

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

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

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