Shades of Gold Tips #DDB330
Tints of Gold Tips #DDB330
RGB
CMYK
RGB Variations
Color information
#DDB330 (or 0xDDB330) is known color: Gold Tips. HEX triplet: DD, B3 and 30. RGB value is (221,179,48). Sum of RGB (Red+Green+Blue) = 221+179+48=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB330 is #224CCF. Grayscale: #B1B1B1. Windows color (decimal): -2247888 or 3191773. OLE color: 3191773.
HSL color Cylindrical-coordinate representation of color #DDB330: hue angle of 45.43º 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 #DDB330 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 48 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.13 |
| HSL | 45.43º | 0.72% | 0.53% | - |
| HSV(B) | 45.43º | 0.78% | 0.87% | - |
| XYZ | 46.47 | 47.83 | 9.58 | - |
| YUV | 176.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 48 | 0 | 0.19 | 0.78 | 0.13 | 45.43 | 0.72 | 0.53 |
| Hex | DD | B3 | 30 | 0 | 13 | 4E | D | 2D | 48 | 35 |
| Octal | 335 | 263 | 60 | 0 | 23 | 116 | 15 | 55 | 110 | 65 |
| Binary | 11011101 | 10110011 | 110000 | 0 | 10011 | 1001110 | 1101 | 101101 | 1001000 | 110101 |
Color Harmonies of #DDB330
Complementary color
Monochromatic Colors of #DDB330
Black with #DDB330
Text Example
Text Example
White with #DDB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB330; }
p { color: rgb(221,179,48); }
H1.HeaderClassName
{
color: #DDB330;
}
.AnyTagClassName
{
color: #DDB330;
}
</style>
background-color css
<style>
a { background-color: #DDB330; }
a { background-color: rgb(221,179,48); }
div.DivClassName
{
background-color: #DDB330;
}
.BgClassName
{
background-color: #DDB330;
}
</style>
border-color css
<style>
span { border-color: #DDB330; }
span { border-color: rgb(221,179,48); }
td.TdClassName
{
border-color: #DDB330;
}
.TagClassName
{
border-color: #DDB330;
}
</style>