#DFAA28

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

Shades of Gold Tips #DFAA28

Tints of Gold Tips #DFAA28

Color information

#DFAA28 (or 0xDFAA28) is unknown color: approx Gold Tips. HEX triplet: DF, AA and 28. RGB value is (223,170,40). Sum of RGB (Red+Green+Blue) = 223+170+40=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA28 is #2055D7. Grayscale: #ABABAB. Windows color (decimal): -2119128 or 2665183. OLE color: 2665183.

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

Color convert

RGB22317040-
CMYK00.240.820.13
HSL42.62º74.09%51.57%-
HSV(B)42.62º82.06%87.45%-
XYZ45.1944.598.23-
YUV171.0354.06165.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 40 (16.02% from 255) = 9.24%
R=51.50%
G=39.26%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231704000.240.820.1342.6274.0951.57
HexDFAA2801852D2b4a34
Octal33725250030122155311264
Binary1101111110101010101000011000101001011011010111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA28; }

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

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

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

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

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

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

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

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