#DDB621

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

Shades of Gold Tips #DDB621

Tints of Gold Tips #DDB621

Color information

#DDB621 (or 0xDDB621) is unknown color: approx Gold Tips. HEX triplet: DD, B6 and 21. RGB value is (221,182,33). Sum of RGB (Red+Green+Blue) = 221+182+33=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB621 is #2249DE. Grayscale: #B1B1B1. Windows color (decimal): -2247135 or 2209501. OLE color: 2209501.

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

Color convert

RGB22118233-
CMYK00.180.850.13
HSL47.55º74.02%49.8%-
HSV(B)47.55º85.07%86.67%-
XYZ46.8248.948.42-
YUV176.6846.92159.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 33 (13.28% from 255) = 7.57%
R=50.69%
G=41.74%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211823300.180.850.1347.5574.0249.8
HexDDB62101255D304a32
Octal33526641022125156011262
Binary1101110110110110100001010010101010111011100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB621; }

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

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

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

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

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

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

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

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