Shades of Gold Tips #DDB02F
Tints of Gold Tips #DDB02F
RGB
CMYK
RGB Variations
Color information
#DDB02F (or 0xDDB02F) is known color: Gold Tips. HEX triplet: DD, B0 and 2F. RGB value is (221,176,47). Sum of RGB (Red+Green+Blue) = 221+176+47=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB02F is #224FD0. Grayscale: #AFAFAF. Windows color (decimal): -2248657 or 3125469. OLE color: 3125469.
HSL color Cylindrical-coordinate representation of color #DDB02F: hue angle of 44.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDB02F is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 47 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.13 |
| HSL | 44.48º | 0.72% | 0.53% | - |
| HSV(B) | 44.48º | 0.79% | 0.87% | - |
| XYZ | 45.86 | 46.63 | 9.27 | - |
| YUV | 174.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 47 | 0 | 0.20 | 0.79 | 0.13 | 44.48 | 0.72 | 0.53 |
| Hex | DD | B0 | 2F | 0 | 14 | 4F | D | 2C | 48 | 35 |
| Octal | 335 | 260 | 57 | 0 | 24 | 117 | 15 | 54 | 110 | 65 |
| Binary | 11011101 | 10110000 | 101111 | 0 | 10100 | 1001111 | 1101 | 101100 | 1001000 | 110101 |
Color Harmonies of #DDB02F
Complementary color
Monochromatic Colors of #DDB02F
Black with #DDB02F
Text Example
Text Example
White with #DDB02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB02F; }
p { color: rgb(221,176,47); }
H1.HeaderClassName
{
color: #DDB02F;
}
.AnyTagClassName
{
color: #DDB02F;
}
</style>
background-color css
<style>
a { background-color: #DDB02F; }
a { background-color: rgb(221,176,47); }
div.DivClassName
{
background-color: #DDB02F;
}
.BgClassName
{
background-color: #DDB02F;
}
</style>
border-color css
<style>
span { border-color: #DDB02F; }
span { border-color: rgb(221,176,47); }
td.TdClassName
{
border-color: #DDB02F;
}
.TagClassName
{
border-color: #DDB02F;
}
</style>