#dfb331

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

Shades of Gold Tips #DFB331

Tints of Gold Tips #DFB331

Color information

#DFB331 (or 0xDFB331) is unknown color: approx Gold Tips. HEX triplet: DF, B3 and 31. RGB value is (223,179,49). Sum of RGB (Red+Green+Blue) = 223+179+49=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB331 is #204CCE. Grayscale: #B1B1B1. Windows color (decimal): -2116815 or 3257311. OLE color: 3257311.

HSL color Cylindrical-coordinate representation of color #DFB331: hue angle of 44.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFB331 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22317949-
CMYK00.200.780.13
HSL44.83º73.11%53.33%-
HSV(B)44.83º78.03%87.45%-
XYZ47.1148.159.72-
YUV177.3455.58160.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.45%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 49 (19.53% from 255) = 10.86%
R=49.45%
G=39.69%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231794900.200.780.1344.8373.1153.33
HexDFB3310144ED2d4935
Octal33726361024116155511165
Binary1101111110110011110001010100100111011011011011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb331; }

 p { color: rgb(223,179,49); }

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

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

 a { background-color: rgb(223,179,49); }

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

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

 span { border-color: rgb(223,179,49); }

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