Shades of Gold Tips #DDB51E
Tints of Gold Tips #DDB51E
RGB
CMYK
RGB Variations
Color information
#DDB51E (or 0xDDB51E) is known color: Gold Tips. HEX triplet: DD, B5 and 1E. RGB value is (221,181,30). Sum of RGB (Red+Green+Blue) = 221+181+30=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB51E is #224AE1. Grayscale: #B0B0B0. Windows color (decimal): -2247394 or 2012637. OLE color: 2012637.
HSL color Cylindrical-coordinate representation of color #DDB51E: hue angle of 47.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDB51E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 30 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.13 |
| HSL | 47.43º | 0.76% | 0.49% | - |
| HSV(B) | 47.43º | 0.86% | 0.87% | - |
| XYZ | 46.58 | 48.51 | 8.14 | - |
| YUV | 175.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 30 | 0 | 0.18 | 0.86 | 0.13 | 47.43 | 0.76 | 0.49 |
| Hex | DD | B5 | 1E | 0 | 12 | 56 | D | 2F | 4C | 31 |
| Octal | 335 | 265 | 36 | 0 | 22 | 126 | 15 | 57 | 114 | 61 |
| Binary | 11011101 | 10110101 | 11110 | 0 | 10010 | 1010110 | 1101 | 101111 | 1001100 | 110001 |
Color Harmonies of #DDB51E
Complementary color
Monochromatic Colors of #DDB51E
Black with #DDB51E
Text Example
Text Example
White with #DDB51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB51E; }
p { color: rgb(221,181,30); }
H1.HeaderClassName
{
color: #DDB51E;
}
.AnyTagClassName
{
color: #DDB51E;
}
</style>
background-color css
<style>
a { background-color: #DDB51E; }
a { background-color: rgb(221,181,30); }
div.DivClassName
{
background-color: #DDB51E;
}
.BgClassName
{
background-color: #DDB51E;
}
</style>
border-color css
<style>
span { border-color: #DDB51E; }
span { border-color: rgb(221,181,30); }
td.TdClassName
{
border-color: #DDB51E;
}
.TagClassName
{
border-color: #DDB51E;
}
</style>