Shades of Gold Tips #DDB41F
Tints of Gold Tips #DDB41F
RGB
CMYK
RGB Variations
Color information
#DDB41F (or 0xDDB41F) is known color: Gold Tips. HEX triplet: DD, B4 and 1F. RGB value is (221,180,31). Sum of RGB (Red+Green+Blue) = 221+180+31=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB41F is #224BE0. Grayscale: #AFAFAF. Windows color (decimal): -2247649 or 2077917. OLE color: 2077917.
HSL color Cylindrical-coordinate representation of color #DDB41F: hue angle of 47.05º 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 #DDB41F is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 31 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.13 |
| HSL | 47.05º | 0.75% | 0.49% | - |
| HSV(B) | 47.05º | 0.86% | 0.87% | - |
| XYZ | 46.39 | 48.11 | 8.14 | - |
| YUV | 175.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 31 | 0 | 0.19 | 0.86 | 0.13 | 47.05 | 0.75 | 0.49 |
| Hex | DD | B4 | 1F | 0 | 13 | 56 | D | 2F | 4B | 31 |
| Octal | 335 | 264 | 37 | 0 | 23 | 126 | 15 | 57 | 113 | 61 |
| Binary | 11011101 | 10110100 | 11111 | 0 | 10011 | 1010110 | 1101 | 101111 | 1001011 | 110001 |
Color Harmonies of #DDB41F
Complementary color
Monochromatic Colors of #DDB41F
Black with #DDB41F
Text Example
Text Example
White with #DDB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB41F; }
p { color: rgb(221,180,31); }
H1.HeaderClassName
{
color: #DDB41F;
}
.AnyTagClassName
{
color: #DDB41F;
}
</style>
background-color css
<style>
a { background-color: #DDB41F; }
a { background-color: rgb(221,180,31); }
div.DivClassName
{
background-color: #DDB41F;
}
.BgClassName
{
background-color: #DDB41F;
}
</style>
border-color css
<style>
span { border-color: #DDB41F; }
span { border-color: rgb(221,180,31); }
td.TdClassName
{
border-color: #DDB41F;
}
.TagClassName
{
border-color: #DDB41F;
}
</style>