#DDB721

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

Shades of Gold Tips #DDB721

Tints of Gold Tips #DDB721

Color information

#DDB721 (or 0xDDB721) is unknown color: approx Gold Tips. HEX triplet: DD, B7 and 21. RGB value is (221,183,33). Sum of RGB (Red+Green+Blue) = 221+183+33=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB721 is #2248DE. Grayscale: #B1B1B1. Windows color (decimal): -2246879 or 2209757. OLE color: 2209757.

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

Color convert

RGB22118333-
CMYK00.170.850.13
HSL47.87º74.02%49.8%-
HSV(B)47.87º85.07%86.67%-
XYZ47.0349.358.49-
YUV177.2646.59159.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.57%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 33 (13.28% from 255) = 7.55%
R=50.57%
G=41.88%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211833300.170.850.1347.8774.0249.8
HexDDB72101155D304a32
Octal33526741021125156011262
Binary1101110110110111100001010001101010111011100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB721; }

 p { color: rgb(221,183,33); }

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

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

 a { background-color: rgb(221,183,33); }

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

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

 span { border-color: rgb(221,183,33); }

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