Shades of Gold Tips #DDB327
Tints of Gold Tips #DDB327
RGB
CMYK
RGB Variations
Color information
#DDB327 (or 0xDDB327) is known color: Gold Tips. HEX triplet: DD, B3 and 27. RGB value is (221,179,39). Sum of RGB (Red+Green+Blue) = 221+179+39=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB327 is #224CD8. Grayscale: #B0B0B0. Windows color (decimal): -2247897 or 2601949. OLE color: 2601949.
HSL color Cylindrical-coordinate representation of color #DDB327: hue angle of 46.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDB327 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 39 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.13 |
| HSL | 46.15º | 0.73% | 0.51% | - |
| HSV(B) | 46.15º | 0.82% | 0.87% | - |
| XYZ | 46.31 | 47.76 | 8.7 | - |
| YUV | 175.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 39 | 0 | 0.19 | 0.82 | 0.13 | 46.15 | 0.73 | 0.51 |
| Hex | DD | B3 | 27 | 0 | 13 | 52 | D | 2E | 49 | 33 |
| Octal | 335 | 263 | 47 | 0 | 23 | 122 | 15 | 56 | 111 | 63 |
| Binary | 11011101 | 10110011 | 100111 | 0 | 10011 | 1010010 | 1101 | 101110 | 1001001 | 110011 |
Color Harmonies of #DDB327
Complementary color
Monochromatic Colors of #DDB327
Black with #DDB327
Text Example
Text Example
White with #DDB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB327; }
p { color: rgb(221,179,39); }
H1.HeaderClassName
{
color: #DDB327;
}
.AnyTagClassName
{
color: #DDB327;
}
</style>
background-color css
<style>
a { background-color: #DDB327; }
a { background-color: rgb(221,179,39); }
div.DivClassName
{
background-color: #DDB327;
}
.BgClassName
{
background-color: #DDB327;
}
</style>
border-color css
<style>
span { border-color: #DDB327; }
span { border-color: rgb(221,179,39); }
td.TdClassName
{
border-color: #DDB327;
}
.TagClassName
{
border-color: #DDB327;
}
</style>