Shades of Gold Tips #DDB228
Tints of Gold Tips #DDB228
RGB
CMYK
RGB Variations
Color information
#DDB228 (or 0xDDB228) is known color: Gold Tips. HEX triplet: DD, B2 and 28. RGB value is (221,178,40). Sum of RGB (Red+Green+Blue) = 221+178+40=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB228 is #224DD7. Grayscale: #AFAFAF. Windows color (decimal): -2248152 or 2667229. OLE color: 2667229.
HSL color Cylindrical-coordinate representation of color #DDB228: hue angle of 45.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDB228 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 40 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.13 |
| HSL | 45.75º | 0.73% | 0.51% | - |
| HSV(B) | 45.75º | 0.82% | 0.87% | - |
| XYZ | 46.12 | 47.37 | 8.72 | - |
| YUV | 175.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 40 | 0 | 0.19 | 0.82 | 0.13 | 45.75 | 0.73 | 0.51 |
| Hex | DD | B2 | 28 | 0 | 13 | 52 | D | 2E | 49 | 33 |
| Octal | 335 | 262 | 50 | 0 | 23 | 122 | 15 | 56 | 111 | 63 |
| Binary | 11011101 | 10110010 | 101000 | 0 | 10011 | 1010010 | 1101 | 101110 | 1001001 | 110011 |
Color Harmonies of #DDB228
Complementary color
Monochromatic Colors of #DDB228
Black with #DDB228
Text Example
Text Example
White with #DDB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB228; }
p { color: rgb(221,178,40); }
H1.HeaderClassName
{
color: #DDB228;
}
.AnyTagClassName
{
color: #DDB228;
}
</style>
background-color css
<style>
a { background-color: #DDB228; }
a { background-color: rgb(221,178,40); }
div.DivClassName
{
background-color: #DDB228;
}
.BgClassName
{
background-color: #DDB228;
}
</style>
border-color css
<style>
span { border-color: #DDB228; }
span { border-color: rgb(221,178,40); }
td.TdClassName
{
border-color: #DDB228;
}
.TagClassName
{
border-color: #DDB228;
}
</style>