#DFA621

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

Shades of Galliano #DFA621

Tints of Galliano #DFA621

Color information

#DFA621 (or 0xDFA621) is unknown color: approx Galliano. HEX triplet: DF, A6 and 21. RGB value is (223,166,33). Sum of RGB (Red+Green+Blue) = 223+166+33=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA621 is #2059DE. Grayscale: #A8A8A8. Windows color (decimal): -2120159 or 2205407. OLE color: 2205407.

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

Color convert

RGB22316633-
CMYK00.260.850.13
HSL42º74.8%50.2%-
HSV(B)42º85.2%87.45%-
XYZ44.3443.077.42-
YUV167.8851.88167.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.84%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 33 (13.28% from 255) = 7.82%
R=52.84%
G=39.34%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231663300.260.850.134274.850.2
HexDFA62101A55D2a4b32
Octal33724641032125155211362
Binary1101111110100110100001011010101010111011010101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA621; }

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

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

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

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

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

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

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

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