#DFAD13

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

Shades of Galliano #DFAD13

Tints of Galliano #DFAD13

Color information

#DFAD13 (or 0xDFAD13) is unknown color: approx Galliano. HEX triplet: DF, AD and 13. RGB value is (223,173,19). Sum of RGB (Red+Green+Blue) = 223+173+19=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD13 is #2052EC. Grayscale: #ABABAB. Windows color (decimal): -2118381 or 1289695. OLE color: 1289695.

HSL color Cylindrical-coordinate representation of color #DFAD13: hue angle of 45.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFAD13 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB22317319-
CMYK00.220.910.13
HSL45.29º84.3%47.45%-
HSV(B)45.29º91.48%87.45%-
XYZ45.4945.627.02-
YUV170.3942.56165.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 19 (7.81% from 255) = 4.58%
R=53.73%
G=41.69%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231731900.220.910.1345.2984.347.45
HexDFAD130165BD2d542f
Octal33725523026133155512457
Binary110111111010110110011010110101101111011011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD13; }

 p { color: rgb(223,173,19); }

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

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

 a { background-color: rgb(223,173,19); }

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

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

 span { border-color: rgb(223,173,19); }

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