Shades of Gold Tips #DDB41B
Tints of Gold Tips #DDB41B
RGB
CMYK
RGB Variations
Color information
#DDB41B (or 0xDDB41B) is known color: Gold Tips. HEX triplet: DD, B4 and 1B. RGB value is (221,180,27). Sum of RGB (Red+Green+Blue) = 221+180+27=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB41B is #224BE4. Grayscale: #AFAFAF. Windows color (decimal): -2247653 or 1815773. OLE color: 1815773.
HSL color Cylindrical-coordinate representation of color #DDB41B: hue angle of 47.32º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB41B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 27 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.13 |
| HSL | 47.32º | 0.78% | 0.49% | - |
| HSV(B) | 47.32º | 0.88% | 0.87% | - |
| XYZ | 46.34 | 48.09 | 7.88 | - |
| YUV | 174.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 27 | 0 | 0.19 | 0.88 | 0.13 | 47.32 | 0.78 | 0.49 |
| Hex | DD | B4 | 1B | 0 | 13 | 58 | D | 2F | 4E | 31 |
| Octal | 335 | 264 | 33 | 0 | 23 | 130 | 15 | 57 | 116 | 61 |
| Binary | 11011101 | 10110100 | 11011 | 0 | 10011 | 1011000 | 1101 | 101111 | 1001110 | 110001 |
Color Harmonies of #DDB41B
Complementary color
Monochromatic Colors of #DDB41B
Black with #DDB41B
Text Example
Text Example
White with #DDB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB41B; }
p { color: rgb(221,180,27); }
H1.HeaderClassName
{
color: #DDB41B;
}
.AnyTagClassName
{
color: #DDB41B;
}
</style>
background-color css
<style>
a { background-color: #DDB41B; }
a { background-color: rgb(221,180,27); }
div.DivClassName
{
background-color: #DDB41B;
}
.BgClassName
{
background-color: #DDB41B;
}
</style>
border-color css
<style>
span { border-color: #DDB41B; }
span { border-color: rgb(221,180,27); }
td.TdClassName
{
border-color: #DDB41B;
}
.TagClassName
{
border-color: #DDB41B;
}
</style>