Shades of Gold Tips #DDB41D
Tints of Gold Tips #DDB41D
RGB
CMYK
RGB Variations
Color information
#DDB41D (or 0xDDB41D) is known color: Gold Tips. HEX triplet: DD, B4 and 1D. RGB value is (221,180,29). Sum of RGB (Red+Green+Blue) = 221+180+29=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB41D is #224BE2. Grayscale: #AFAFAF. Windows color (decimal): -2247651 or 1946845. OLE color: 1946845.
HSL color Cylindrical-coordinate representation of color #DDB41D: hue angle of 47.19º 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 #DDB41D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 29 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.13 |
| HSL | 47.19º | 0.77% | 0.49% | - |
| HSV(B) | 47.19º | 0.87% | 0.87% | - |
| XYZ | 46.36 | 48.1 | 8 | - |
| YUV | 175.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 29 | 0 | 0.19 | 0.87 | 0.13 | 47.19 | 0.77 | 0.49 |
| Hex | DD | B4 | 1D | 0 | 13 | 57 | D | 2F | 4D | 31 |
| Octal | 335 | 264 | 35 | 0 | 23 | 127 | 15 | 57 | 115 | 61 |
| Binary | 11011101 | 10110100 | 11101 | 0 | 10011 | 1010111 | 1101 | 101111 | 1001101 | 110001 |
Color Harmonies of #DDB41D
Complementary color
Monochromatic Colors of #DDB41D
Black with #DDB41D
Text Example
Text Example
White with #DDB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB41D; }
p { color: rgb(221,180,29); }
H1.HeaderClassName
{
color: #DDB41D;
}
.AnyTagClassName
{
color: #DDB41D;
}
</style>
background-color css
<style>
a { background-color: #DDB41D; }
a { background-color: rgb(221,180,29); }
div.DivClassName
{
background-color: #DDB41D;
}
.BgClassName
{
background-color: #DDB41D;
}
</style>
border-color css
<style>
span { border-color: #DDB41D; }
span { border-color: rgb(221,180,29); }
td.TdClassName
{
border-color: #DDB41D;
}
.TagClassName
{
border-color: #DDB41D;
}
</style>