Shades of Gold Tips #DDB02E
Tints of Gold Tips #DDB02E
RGB
CMYK
RGB Variations
Color information
#DDB02E (or 0xDDB02E) is known color: Gold Tips. HEX triplet: DD, B0 and 2E. RGB value is (221,176,46). Sum of RGB (Red+Green+Blue) = 221+176+46=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB02E is #224FD1. Grayscale: #AFAFAF. Windows color (decimal): -2248658 or 3059933. OLE color: 3059933.
HSL color Cylindrical-coordinate representation of color #DDB02E: hue angle of 44.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDB02E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 46 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.13 |
| HSL | 44.57º | 0.72% | 0.52% | - |
| HSV(B) | 44.57º | 0.79% | 0.87% | - |
| XYZ | 45.84 | 46.62 | 9.17 | - |
| YUV | 174.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 46 | 0 | 0.20 | 0.79 | 0.13 | 44.57 | 0.72 | 0.52 |
| Hex | DD | B0 | 2E | 0 | 14 | 4F | D | 2D | 48 | 34 |
| Octal | 335 | 260 | 56 | 0 | 24 | 117 | 15 | 55 | 110 | 64 |
| Binary | 11011101 | 10110000 | 101110 | 0 | 10100 | 1001111 | 1101 | 101101 | 1001000 | 110100 |
Color Harmonies of #DDB02E
Complementary color
Monochromatic Colors of #DDB02E
Black with #DDB02E
Text Example
Text Example
White with #DDB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB02E; }
p { color: rgb(221,176,46); }
H1.HeaderClassName
{
color: #DDB02E;
}
.AnyTagClassName
{
color: #DDB02E;
}
</style>
background-color css
<style>
a { background-color: #DDB02E; }
a { background-color: rgb(221,176,46); }
div.DivClassName
{
background-color: #DDB02E;
}
.BgClassName
{
background-color: #DDB02E;
}
</style>
border-color css
<style>
span { border-color: #DDB02E; }
span { border-color: rgb(221,176,46); }
td.TdClassName
{
border-color: #DDB02E;
}
.TagClassName
{
border-color: #DDB02E;
}
</style>