Shades of Gold Tips #DDB229
Tints of Gold Tips #DDB229
RGB
CMYK
RGB Variations
Color information
#DDB229 (or 0xDDB229) is known color: Gold Tips. HEX triplet: DD, B2 and 29. RGB value is (221,178,41). Sum of RGB (Red+Green+Blue) = 221+178+41=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB229 is #224DD6. Grayscale: #AFAFAF. Windows color (decimal): -2248151 or 2732765. OLE color: 2732765.
HSL color Cylindrical-coordinate representation of color #DDB229: hue angle of 45.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDB229 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 41 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.13 |
| HSL | 45.67º | 0.73% | 0.51% | - |
| HSV(B) | 45.67º | 0.81% | 0.87% | - |
| XYZ | 46.14 | 47.37 | 8.81 | - |
| YUV | 175.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 41 | 0 | 0.19 | 0.81 | 0.13 | 45.67 | 0.73 | 0.51 |
| Hex | DD | B2 | 29 | 0 | 13 | 51 | D | 2E | 49 | 33 |
| Octal | 335 | 262 | 51 | 0 | 23 | 121 | 15 | 56 | 111 | 63 |
| Binary | 11011101 | 10110010 | 101001 | 0 | 10011 | 1010001 | 1101 | 101110 | 1001001 | 110011 |
Color Harmonies of #DDB229
Complementary color
Monochromatic Colors of #DDB229
Black with #DDB229
Text Example
Text Example
White with #DDB229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB229; }
p { color: rgb(221,178,41); }
H1.HeaderClassName
{
color: #DDB229;
}
.AnyTagClassName
{
color: #DDB229;
}
</style>
background-color css
<style>
a { background-color: #DDB229; }
a { background-color: rgb(221,178,41); }
div.DivClassName
{
background-color: #DDB229;
}
.BgClassName
{
background-color: #DDB229;
}
</style>
border-color css
<style>
span { border-color: #DDB229; }
span { border-color: rgb(221,178,41); }
td.TdClassName
{
border-color: #DDB229;
}
.TagClassName
{
border-color: #DDB229;
}
</style>