Shades of Gold Tips #DDB51F
Tints of Gold Tips #DDB51F
RGB
CMYK
RGB Variations
Color information
#DDB51F (or 0xDDB51F) is known color: Gold Tips. HEX triplet: DD, B5 and 1F. RGB value is (221,181,31). Sum of RGB (Red+Green+Blue) = 221+181+31=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB51F is #224AE0. Grayscale: #B0B0B0. Windows color (decimal): -2247393 or 2078173. OLE color: 2078173.
HSL color Cylindrical-coordinate representation of color #DDB51F: hue angle of 47.37º degrees, saturation: 0.75, 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 #DDB51F is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 31 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.13 |
| HSL | 47.37º | 0.75% | 0.49% | - |
| HSV(B) | 47.37º | 0.86% | 0.87% | - |
| XYZ | 46.59 | 48.52 | 8.21 | - |
| YUV | 175.86 | 46.25 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 31 | 0 | 0.18 | 0.86 | 0.13 | 47.37 | 0.75 | 0.49 |
| Hex | DD | B5 | 1F | 0 | 12 | 56 | D | 2F | 4B | 31 |
| Octal | 335 | 265 | 37 | 0 | 22 | 126 | 15 | 57 | 113 | 61 |
| Binary | 11011101 | 10110101 | 11111 | 0 | 10010 | 1010110 | 1101 | 101111 | 1001011 | 110001 |
Color Harmonies of #DDB51F
Complementary color
Monochromatic Colors of #DDB51F
Black with #DDB51F
Text Example
Text Example
White with #DDB51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB51F; }
p { color: rgb(221,181,31); }
H1.HeaderClassName
{
color: #DDB51F;
}
.AnyTagClassName
{
color: #DDB51F;
}
</style>
background-color css
<style>
a { background-color: #DDB51F; }
a { background-color: rgb(221,181,31); }
div.DivClassName
{
background-color: #DDB51F;
}
.BgClassName
{
background-color: #DDB51F;
}
</style>
border-color css
<style>
span { border-color: #DDB51F; }
span { border-color: rgb(221,181,31); }
td.TdClassName
{
border-color: #DDB51F;
}
.TagClassName
{
border-color: #DDB51F;
}
</style>