Shades of Gold Tips #DDBC30
Tints of Gold Tips #DDBC30
RGB
CMYK
RGB Variations
Color information
#DDBC30 (or 0xDDBC30) is known color: Gold Tips. HEX triplet: DD, BC and 30. RGB value is (221,188,48). Sum of RGB (Red+Green+Blue) = 221+188+48=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC30 is #2243CF. Grayscale: #B6B6B6. Windows color (decimal): -2245584 or 3194077. OLE color: 3194077.
HSL color Cylindrical-coordinate representation of color #DDBC30: hue angle of 48.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDBC30 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 48 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.13 |
| HSL | 48.55º | 0.72% | 0.53% | - |
| HSV(B) | 48.55º | 0.78% | 0.87% | - |
| XYZ | 48.34 | 51.55 | 10.2 | - |
| YUV | 181.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 48 | 0 | 0.15 | 0.78 | 0.13 | 48.55 | 0.72 | 0.53 |
| Hex | DD | BC | 30 | 0 | F | 4E | D | 31 | 48 | 35 |
| Octal | 335 | 274 | 60 | 0 | 17 | 116 | 15 | 61 | 110 | 65 |
| Binary | 11011101 | 10111100 | 110000 | 0 | 1111 | 1001110 | 1101 | 110001 | 1001000 | 110101 |
Color Harmonies of #DDBC30
Complementary color
Monochromatic Colors of #DDBC30
Black with #DDBC30
Text Example
Text Example
White with #DDBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC30; }
p { color: rgb(221,188,48); }
H1.HeaderClassName
{
color: #DDBC30;
}
.AnyTagClassName
{
color: #DDBC30;
}
</style>
background-color css
<style>
a { background-color: #DDBC30; }
a { background-color: rgb(221,188,48); }
div.DivClassName
{
background-color: #DDBC30;
}
.BgClassName
{
background-color: #DDBC30;
}
</style>
border-color css
<style>
span { border-color: #DDBC30; }
span { border-color: rgb(221,188,48); }
td.TdClassName
{
border-color: #DDBC30;
}
.TagClassName
{
border-color: #DDBC30;
}
</style>