Shades of Gold Tips #DDB31D
Tints of Gold Tips #DDB31D
RGB
CMYK
RGB Variations
Color information
#DDB31D (or 0xDDB31D) is known color: Gold Tips. HEX triplet: DD, B3 and 1D. RGB value is (221,179,29). Sum of RGB (Red+Green+Blue) = 221+179+29=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB31D is #224CE2. Grayscale: #AFAFAF. Windows color (decimal): -2247907 or 1946589. OLE color: 1946589.
HSL color Cylindrical-coordinate representation of color #DDB31D: hue angle of 46.88º 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 #DDB31D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 29 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.13 |
| HSL | 46.88º | 0.77% | 0.49% | - |
| HSV(B) | 46.88º | 0.87% | 0.87% | - |
| XYZ | 46.16 | 47.7 | 7.94 | - |
| YUV | 174.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 29 | 0 | 0.19 | 0.87 | 0.13 | 46.88 | 0.77 | 0.49 |
| Hex | DD | B3 | 1D | 0 | 13 | 57 | D | 2F | 4D | 31 |
| Octal | 335 | 263 | 35 | 0 | 23 | 127 | 15 | 57 | 115 | 61 |
| Binary | 11011101 | 10110011 | 11101 | 0 | 10011 | 1010111 | 1101 | 101111 | 1001101 | 110001 |
Color Harmonies of #DDB31D
Complementary color
Monochromatic Colors of #DDB31D
Black with #DDB31D
Text Example
Text Example
White with #DDB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB31D; }
p { color: rgb(221,179,29); }
H1.HeaderClassName
{
color: #DDB31D;
}
.AnyTagClassName
{
color: #DDB31D;
}
</style>
background-color css
<style>
a { background-color: #DDB31D; }
a { background-color: rgb(221,179,29); }
div.DivClassName
{
background-color: #DDB31D;
}
.BgClassName
{
background-color: #DDB31D;
}
</style>
border-color css
<style>
span { border-color: #DDB31D; }
span { border-color: rgb(221,179,29); }
td.TdClassName
{
border-color: #DDB31D;
}
.TagClassName
{
border-color: #DDB31D;
}
</style>