Shades of Gold Tips #DDBB28
Tints of Gold Tips #DDBB28
RGB
CMYK
RGB Variations
Color information
#DDBB28 (or 0xDDBB28) is known color: Gold Tips. HEX triplet: DD, BB and 28. RGB value is (221,187,40). Sum of RGB (Red+Green+Blue) = 221+187+40=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB28 is #2244D7. Grayscale: #B5B5B5. Windows color (decimal): -2245848 or 2669533. OLE color: 2669533.
HSL color Cylindrical-coordinate representation of color #DDBB28: hue angle of 48.73º 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 #DDBB28 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 40 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.13 |
| HSL | 48.73º | 0.73% | 0.51% | - |
| HSV(B) | 48.73º | 0.82% | 0.87% | - |
| XYZ | 47.97 | 51.07 | 9.34 | - |
| YUV | 180.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 40 | 0 | 0.15 | 0.82 | 0.13 | 48.73 | 0.73 | 0.51 |
| Hex | DD | BB | 28 | 0 | F | 52 | D | 31 | 49 | 33 |
| Octal | 335 | 273 | 50 | 0 | 17 | 122 | 15 | 61 | 111 | 63 |
| Binary | 11011101 | 10111011 | 101000 | 0 | 1111 | 1010010 | 1101 | 110001 | 1001001 | 110011 |
Color Harmonies of #DDBB28
Complementary color
Monochromatic Colors of #DDBB28
Black with #DDBB28
Text Example
Text Example
White with #DDBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB28; }
p { color: rgb(221,187,40); }
H1.HeaderClassName
{
color: #DDBB28;
}
.AnyTagClassName
{
color: #DDBB28;
}
</style>
background-color css
<style>
a { background-color: #DDBB28; }
a { background-color: rgb(221,187,40); }
div.DivClassName
{
background-color: #DDBB28;
}
.BgClassName
{
background-color: #DDBB28;
}
</style>
border-color css
<style>
span { border-color: #DDBB28; }
span { border-color: rgb(221,187,40); }
td.TdClassName
{
border-color: #DDBB28;
}
.TagClassName
{
border-color: #DDBB28;
}
</style>