Shades of Gold Tips #DDB631
Tints of Gold Tips #DDB631
RGB
CMYK
RGB Variations
Color information
#DDB631 (or 0xDDB631) is known color: Gold Tips. HEX triplet: DD, B6 and 31. RGB value is (221,182,49). Sum of RGB (Red+Green+Blue) = 221+182+49=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB631 is #2249CE. Grayscale: #B3B3B3. Windows color (decimal): -2247119 or 3258077. OLE color: 3258077.
HSL color Cylindrical-coordinate representation of color #DDB631: hue angle of 46.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDB631 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 49 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.13 |
| HSL | 46.4º | 0.72% | 0.53% | - |
| HSV(B) | 46.4º | 0.78% | 0.87% | - |
| XYZ | 47.1 | 49.05 | 9.89 | - |
| YUV | 178.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 49 | 0 | 0.18 | 0.78 | 0.13 | 46.4 | 0.72 | 0.53 |
| Hex | DD | B6 | 31 | 0 | 12 | 4E | D | 2E | 48 | 35 |
| Octal | 335 | 266 | 61 | 0 | 22 | 116 | 15 | 56 | 110 | 65 |
| Binary | 11011101 | 10110110 | 110001 | 0 | 10010 | 1001110 | 1101 | 101110 | 1001000 | 110101 |
Color Harmonies of #DDB631
Complementary color
Monochromatic Colors of #DDB631
Black with #DDB631
Text Example
Text Example
White with #DDB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB631; }
p { color: rgb(221,182,49); }
H1.HeaderClassName
{
color: #DDB631;
}
.AnyTagClassName
{
color: #DDB631;
}
</style>
background-color css
<style>
a { background-color: #DDB631; }
a { background-color: rgb(221,182,49); }
div.DivClassName
{
background-color: #DDB631;
}
.BgClassName
{
background-color: #DDB631;
}
</style>
border-color css
<style>
span { border-color: #DDB631; }
span { border-color: rgb(221,182,49); }
td.TdClassName
{
border-color: #DDB631;
}
.TagClassName
{
border-color: #DDB631;
}
</style>