#DFAA25

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

Shades of Galliano #DFAA25

Tints of Galliano #DFAA25

Color information

#DFAA25 (or 0xDFAA25) is unknown color: approx Galliano. HEX triplet: DF, AA and 25. RGB value is (223,170,37). Sum of RGB (Red+Green+Blue) = 223+170+37=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA25 is #2055DA. Grayscale: #ABABAB. Windows color (decimal): -2119131 or 2468575. OLE color: 2468575.

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

Color convert

RGB22317037-
CMYK00.240.830.13
HSL42.9º74.4%50.98%-
HSV(B)42.9º83.41%87.45%-
XYZ45.1444.577.97-
YUV170.6852.56165.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 37 (14.84% from 255) = 8.60%
R=51.86%
G=39.53%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231703700.240.830.1342.974.450.98
HexDFAA2501853D2b4a33
Octal33725245030123155311263
Binary1101111110101010100101011000101001111011010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA25; }

 p { color: rgb(223,170,37); }

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

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

 a { background-color: rgb(223,170,37); }

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

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

 span { border-color: rgb(223,170,37); }

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