Shades of Gold Tips #DDB226
Tints of Gold Tips #DDB226
RGB
CMYK
RGB Variations
Color information
#DDB226 (or 0xDDB226) is known color: Gold Tips. HEX triplet: DD, B2 and 26. RGB value is (221,178,38). Sum of RGB (Red+Green+Blue) = 221+178+38=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB226 is #224DD9. Grayscale: #AFAFAF. Windows color (decimal): -2248154 or 2536157. OLE color: 2536157.
HSL color Cylindrical-coordinate representation of color #DDB226: hue angle of 45.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDB226 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 38 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.13 |
| HSL | 45.9º | 0.73% | 0.51% | - |
| HSV(B) | 45.9º | 0.83% | 0.87% | - |
| XYZ | 46.09 | 47.35 | 8.54 | - |
| YUV | 174.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 38 | 0 | 0.19 | 0.83 | 0.13 | 45.9 | 0.73 | 0.51 |
| Hex | DD | B2 | 26 | 0 | 13 | 53 | D | 2E | 49 | 33 |
| Octal | 335 | 262 | 46 | 0 | 23 | 123 | 15 | 56 | 111 | 63 |
| Binary | 11011101 | 10110010 | 100110 | 0 | 10011 | 1010011 | 1101 | 101110 | 1001001 | 110011 |
Color Harmonies of #DDB226
Complementary color
Monochromatic Colors of #DDB226
Black with #DDB226
Text Example
Text Example
White with #DDB226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB226; }
p { color: rgb(221,178,38); }
H1.HeaderClassName
{
color: #DDB226;
}
.AnyTagClassName
{
color: #DDB226;
}
</style>
background-color css
<style>
a { background-color: #DDB226; }
a { background-color: rgb(221,178,38); }
div.DivClassName
{
background-color: #DDB226;
}
.BgClassName
{
background-color: #DDB226;
}
</style>
border-color css
<style>
span { border-color: #DDB226; }
span { border-color: rgb(221,178,38); }
td.TdClassName
{
border-color: #DDB226;
}
.TagClassName
{
border-color: #DDB226;
}
</style>