Shades of Gold Tips #DDB030
Tints of Gold Tips #DDB030
RGB
CMYK
RGB Variations
Color information
#DDB030 (or 0xDDB030) is known color: Gold Tips. HEX triplet: DD, B0 and 30. RGB value is (221,176,48). Sum of RGB (Red+Green+Blue) = 221+176+48=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB030 is #224FCF. Grayscale: #AFAFAF. Windows color (decimal): -2248656 or 3191005. OLE color: 3191005.
HSL color Cylindrical-coordinate representation of color #DDB030: hue angle of 44.39º degrees, saturation: 0.72, 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 #DDB030 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 48 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.13 |
| HSL | 44.39º | 0.72% | 0.53% | - |
| HSV(B) | 44.39º | 0.78% | 0.87% | - |
| XYZ | 45.88 | 46.64 | 9.38 | - |
| YUV | 174.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 48 | 0 | 0.20 | 0.78 | 0.13 | 44.39 | 0.72 | 0.53 |
| Hex | DD | B0 | 30 | 0 | 14 | 4E | D | 2C | 48 | 35 |
| Octal | 335 | 260 | 60 | 0 | 24 | 116 | 15 | 54 | 110 | 65 |
| Binary | 11011101 | 10110000 | 110000 | 0 | 10100 | 1001110 | 1101 | 101100 | 1001000 | 110101 |
Color Harmonies of #DDB030
Complementary color
Monochromatic Colors of #DDB030
Black with #DDB030
Text Example
Text Example
White with #DDB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB030; }
p { color: rgb(221,176,48); }
H1.HeaderClassName
{
color: #DDB030;
}
.AnyTagClassName
{
color: #DDB030;
}
</style>
background-color css
<style>
a { background-color: #DDB030; }
a { background-color: rgb(221,176,48); }
div.DivClassName
{
background-color: #DDB030;
}
.BgClassName
{
background-color: #DDB030;
}
</style>
border-color css
<style>
span { border-color: #DDB030; }
span { border-color: rgb(221,176,48); }
td.TdClassName
{
border-color: #DDB030;
}
.TagClassName
{
border-color: #DDB030;
}
</style>