#DFB628

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

Shades of Gold Tips #DFB628

Tints of Gold Tips #DFB628

Color information

#DFB628 (or 0xDFB628) is unknown color: approx Gold Tips. HEX triplet: DF, B6 and 28. RGB value is (223,182,40). Sum of RGB (Red+Green+Blue) = 223+182+40=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB628 is #2049D7. Grayscale: #B2B2B2. Windows color (decimal): -2116056 or 2668255. OLE color: 2668255.

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

Color convert

RGB22318240-
CMYK00.180.820.13
HSL46.56º74.09%51.57%-
HSV(B)46.56º82.06%87.45%-
XYZ47.5449.39.02-
YUV178.0750.08160.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 40 (16.02% from 255) = 8.99%
R=50.11%
G=40.90%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231824000.180.820.1346.5674.0951.57
HexDFB62801252D2f4a34
Octal33726650022122155711264
Binary1101111110110110101000010010101001011011011111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB628; }

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

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

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

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

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

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

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

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