#DFB725

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

Shades of Gold Tips #DFB725

Tints of Gold Tips #DFB725

Color information

#DFB725 (or 0xDFB725) is unknown color: approx Gold Tips. HEX triplet: DF, B7 and 25. RGB value is (223,183,37). Sum of RGB (Red+Green+Blue) = 223+183+37=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB725 is #2048DA. Grayscale: #B2B2B2. Windows color (decimal): -2115803 or 2471903. OLE color: 2471903.

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

Color convert

RGB22318337-
CMYK00.180.830.13
HSL47.1º74.4%50.98%-
HSV(B)47.1º83.41%87.45%-
XYZ47.749.698.83-
YUV178.3248.25159.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.34%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 37 (14.84% from 255) = 8.35%
R=50.34%
G=41.31%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231833700.180.830.1347.174.450.98
HexDFB72501253D2f4a33
Octal33726745022123155711263
Binary1101111110110111100101010010101001111011011111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB725; }

 p { color: rgb(223,183,37); }

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

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

 a { background-color: rgb(223,183,37); }

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

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

 span { border-color: rgb(223,183,37); }

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