#DFAF12

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

Shades of Galliano #DFAF12

Tints of Galliano #DFAF12

Color information

#DFAF12 (or 0xDFAF12) is unknown color: approx Galliano. HEX triplet: DF, AF and 12. RGB value is (223,175,18). Sum of RGB (Red+Green+Blue) = 223+175+18=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF12 is #2050ED. Grayscale: #ACACAC. Windows color (decimal): -2117870 or 1224671. OLE color: 1224671.

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

Color convert

RGB22317518-
CMYK00.220.920.13
HSL45.95º85.06%47.25%-
HSV(B)45.95º91.93%87.45%-
XYZ45.8746.397.11-
YUV171.4541.4164.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 18 (7.42% from 255) = 4.33%
R=53.61%
G=42.07%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231751800.220.920.1345.9585.0647.25
HexDFAF120165CD2e552f
Octal33725722026134155612557
Binary110111111010111110010010110101110011011011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF12; }

 p { color: rgb(223,175,18); }

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

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

 a { background-color: rgb(223,175,18); }

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

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

 span { border-color: rgb(223,175,18); }

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