#DFB020

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

Shades of Gold Tips #DFB020

Tints of Gold Tips #DFB020

Color information

#DFB020 (or 0xDFB020) is unknown color: approx Gold Tips. HEX triplet: DF, B0 and 20. RGB value is (223,176,32). Sum of RGB (Red+Green+Blue) = 223+176+32=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB020 is #204FDF. Grayscale: #AEAEAE. Windows color (decimal): -2117600 or 2142431. OLE color: 2142431.

HSL color Cylindrical-coordinate representation of color #DFB020: hue angle of 45.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB020 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22317632-
CMYK00.210.860.13
HSL45.24º74.9%50%-
HSV(B)45.24º85.65%87.45%-
XYZ46.2246.847.97-
YUV173.6448.07163.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 32 (12.89% from 255) = 7.42%
R=51.74%
G=40.84%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231763200.210.860.1345.2474.950
HexDFB02001556D2d4b32
Octal33726040025126155511362
Binary1101111110110000100000010101101011011011011011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB020; }

 p { color: rgb(223,176,32); }

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

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

 a { background-color: rgb(223,176,32); }

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

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

 span { border-color: rgb(223,176,32); }

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