Shades of Gold Tips #DDBC27
Tints of Gold Tips #DDBC27
RGB
CMYK
RGB Variations
Color information
#DDBC27 (or 0xDDBC27) is known color: Gold Tips. HEX triplet: DD, BC and 27. RGB value is (221,188,39). Sum of RGB (Red+Green+Blue) = 221+188+39=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC27 is #2243D8. Grayscale: #B5B5B5. Windows color (decimal): -2245593 or 2604253. OLE color: 2604253.
HSL color Cylindrical-coordinate representation of color #DDBC27: hue angle of 49.12º 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 #DDBC27 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 39 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.13 |
| HSL | 49.12º | 0.73% | 0.51% | - |
| HSV(B) | 49.12º | 0.82% | 0.87% | - |
| XYZ | 48.17 | 51.49 | 9.32 | - |
| YUV | 180.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 39 | 0 | 0.15 | 0.82 | 0.13 | 49.12 | 0.73 | 0.51 |
| Hex | DD | BC | 27 | 0 | F | 52 | D | 31 | 49 | 33 |
| Octal | 335 | 274 | 47 | 0 | 17 | 122 | 15 | 61 | 111 | 63 |
| Binary | 11011101 | 10111100 | 100111 | 0 | 1111 | 1010010 | 1101 | 110001 | 1001001 | 110011 |
Color Harmonies of #DDBC27
Complementary color
Monochromatic Colors of #DDBC27
Black with #DDBC27
Text Example
Text Example
White with #DDBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC27; }
p { color: rgb(221,188,39); }
H1.HeaderClassName
{
color: #DDBC27;
}
.AnyTagClassName
{
color: #DDBC27;
}
</style>
background-color css
<style>
a { background-color: #DDBC27; }
a { background-color: rgb(221,188,39); }
div.DivClassName
{
background-color: #DDBC27;
}
.BgClassName
{
background-color: #DDBC27;
}
</style>
border-color css
<style>
span { border-color: #DDBC27; }
span { border-color: rgb(221,188,39); }
td.TdClassName
{
border-color: #DDBC27;
}
.TagClassName
{
border-color: #DDBC27;
}
</style>