Shades of Gold Tips #DDB324
Tints of Gold Tips #DDB324
RGB
CMYK
RGB Variations
Color information
#DDB324 (or 0xDDB324) is known color: Gold Tips. HEX triplet: DD, B3 and 24. RGB value is (221,179,36). Sum of RGB (Red+Green+Blue) = 221+179+36=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB324 is #224CDB. Grayscale: #AFAFAF. Windows color (decimal): -2247900 or 2405341. OLE color: 2405341.
HSL color Cylindrical-coordinate representation of color #DDB324: hue angle of 46.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDB324 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.13 |
| HSL | 46.38º | 0.73% | 0.5% | - |
| HSV(B) | 46.38º | 0.84% | 0.87% | - |
| XYZ | 46.26 | 47.74 | 8.45 | - |
| YUV | 175.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 36 | 0 | 0.19 | 0.84 | 0.13 | 46.38 | 0.73 | 0.5 |
| Hex | DD | B3 | 24 | 0 | 13 | 54 | D | 2E | 49 | 32 |
| Octal | 335 | 263 | 44 | 0 | 23 | 124 | 15 | 56 | 111 | 62 |
| Binary | 11011101 | 10110011 | 100100 | 0 | 10011 | 1010100 | 1101 | 101110 | 1001001 | 110010 |
Color Harmonies of #DDB324
Complementary color
Monochromatic Colors of #DDB324
Black with #DDB324
Text Example
Text Example
White with #DDB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB324; }
p { color: rgb(221,179,36); }
H1.HeaderClassName
{
color: #DDB324;
}
.AnyTagClassName
{
color: #DDB324;
}
</style>
background-color css
<style>
a { background-color: #DDB324; }
a { background-color: rgb(221,179,36); }
div.DivClassName
{
background-color: #DDB324;
}
.BgClassName
{
background-color: #DDB324;
}
</style>
border-color css
<style>
span { border-color: #DDB324; }
span { border-color: rgb(221,179,36); }
td.TdClassName
{
border-color: #DDB324;
}
.TagClassName
{
border-color: #DDB324;
}
</style>