#DFB828

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

Shades of Gold Tips #DFB828

Tints of Gold Tips #DFB828

Color information

#DFB828 (or 0xDFB828) is unknown color: approx Gold Tips. HEX triplet: DF, B8 and 28. RGB value is (223,184,40). Sum of RGB (Red+Green+Blue) = 223+184+40=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB828 is #2047D7. Grayscale: #B3B3B3. Windows color (decimal): -2115544 or 2668767. OLE color: 2668767.

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

Color convert

RGB22318440-
CMYK00.170.820.13
HSL47.21º74.09%51.57%-
HSV(B)47.21º82.06%87.45%-
XYZ47.9550.129.15-
YUV179.2449.42159.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 184 (72.27% from 255) = 41.16%
BLUE value IS 40 (16.02% from 255) = 8.95%
R=49.89%
G=41.16%
B=8.95%

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
Decimal2231844000.170.820.1347.2174.0951.57
HexDFB82801152D2f4a34
Octal33727050021122155711264
Binary1101111110111000101000010001101001011011011111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB828; }

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

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

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

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

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

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

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

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