Shades of Gold Tips #DDB01D
Tints of Gold Tips #DDB01D
RGB
CMYK
RGB Variations
Color information
#DDB01D (or 0xDDB01D) is known color: Gold Tips. HEX triplet: DD, B0 and 1D. RGB value is (221,176,29). Sum of RGB (Red+Green+Blue) = 221+176+29=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB01D is #224FE2. Grayscale: #ADADAD. Windows color (decimal): -2248675 or 1945821. OLE color: 1945821.
HSL color Cylindrical-coordinate representation of color #DDB01D: hue angle of 45.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDB01D is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 29 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.13 |
| HSL | 45.94º | 0.77% | 0.49% | - |
| HSV(B) | 45.94º | 0.87% | 0.87% | - |
| XYZ | 45.57 | 46.51 | 7.74 | - |
| YUV | 172.7 | 46.91 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 29 | 0 | 0.20 | 0.87 | 0.13 | 45.94 | 0.77 | 0.49 |
| Hex | DD | B0 | 1D | 0 | 14 | 57 | D | 2E | 4D | 31 |
| Octal | 335 | 260 | 35 | 0 | 24 | 127 | 15 | 56 | 115 | 61 |
| Binary | 11011101 | 10110000 | 11101 | 0 | 10100 | 1010111 | 1101 | 101110 | 1001101 | 110001 |
Color Harmonies of #DDB01D
Complementary color
Monochromatic Colors of #DDB01D
Black with #DDB01D
Text Example
Text Example
White with #DDB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB01D; }
p { color: rgb(221,176,29); }
H1.HeaderClassName
{
color: #DDB01D;
}
.AnyTagClassName
{
color: #DDB01D;
}
</style>
background-color css
<style>
a { background-color: #DDB01D; }
a { background-color: rgb(221,176,29); }
div.DivClassName
{
background-color: #DDB01D;
}
.BgClassName
{
background-color: #DDB01D;
}
</style>
border-color css
<style>
span { border-color: #DDB01D; }
span { border-color: rgb(221,176,29); }
td.TdClassName
{
border-color: #DDB01D;
}
.TagClassName
{
border-color: #DDB01D;
}
</style>