#DFAC28

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

Shades of Gold Tips #DFAC28

Tints of Gold Tips #DFAC28

Color information

#DFAC28 (or 0xDFAC28) is unknown color: approx Gold Tips. HEX triplet: DF, AC and 28. RGB value is (223,172,40). Sum of RGB (Red+Green+Blue) = 223+172+40=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC28 is #2053D7. Grayscale: #ACACAC. Windows color (decimal): -2118616 or 2665695. OLE color: 2665695.

HSL color Cylindrical-coordinate representation of color #DFAC28: hue angle of 43.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFAC28 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22317240-
CMYK00.230.820.13
HSL43.28º74.09%51.57%-
HSV(B)43.28º82.06%87.45%-
XYZ45.5745.358.36-
YUV172.253.4164.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 40 (16.02% from 255) = 9.20%
R=51.26%
G=39.54%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231724000.230.820.1343.2874.0951.57
HexDFAC2801752D2b4a34
Octal33725450027122155311264
Binary1101111110101100101000010111101001011011010111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC28; }

 p { color: rgb(223,172,40); }

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

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

 a { background-color: rgb(223,172,40); }

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

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

 span { border-color: rgb(223,172,40); }

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