#DFB928

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

Shades of Gold Tips #DFB928

Tints of Gold Tips #DFB928

Color information

#DFB928 (or 0xDFB928) is unknown color: approx Gold Tips. HEX triplet: DF, B9 and 28. RGB value is (223,185,40). Sum of RGB (Red+Green+Blue) = 223+185+40=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB928 is #2046D7. Grayscale: #B4B4B4. Windows color (decimal): -2115288 or 2669023. OLE color: 2669023.

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

Color convert

RGB22318540-
CMYK00.170.820.13
HSL47.54º74.09%51.57%-
HSV(B)47.54º82.06%87.45%-
XYZ48.1650.549.22-
YUV179.8349.09158.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.78%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 40 (16.02% from 255) = 8.93%
R=49.78%
G=41.29%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231854000.170.820.1347.5474.0951.57
HexDFB92801152D304a34
Octal33727150021122156011264
Binary1101111110111001101000010001101001011011100001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB928; }

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

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

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

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

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

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

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

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