Shades of Gold Tips #DDBD30
Tints of Gold Tips #DDBD30
RGB
CMYK
RGB Variations
Color information
#DDBD30 (or 0xDDBD30) is known color: Gold Tips. HEX triplet: DD, BD and 30. RGB value is (221,189,48). Sum of RGB (Red+Green+Blue) = 221+189+48=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD30 is #2242CF. Grayscale: #B7B7B7. Windows color (decimal): -2245328 or 3194333. OLE color: 3194333.
HSL color Cylindrical-coordinate representation of color #DDBD30: hue angle of 48.9º 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 #DDBD30 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 48 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.13 |
| HSL | 48.9º | 0.72% | 0.53% | - |
| HSV(B) | 48.9º | 0.78% | 0.87% | - |
| XYZ | 48.55 | 51.98 | 10.27 | - |
| YUV | 182.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 48 | 0 | 0.14 | 0.78 | 0.13 | 48.9 | 0.72 | 0.53 |
| Hex | DD | BD | 30 | 0 | E | 4E | D | 31 | 48 | 35 |
| Octal | 335 | 275 | 60 | 0 | 16 | 116 | 15 | 61 | 110 | 65 |
| Binary | 11011101 | 10111101 | 110000 | 0 | 1110 | 1001110 | 1101 | 110001 | 1001000 | 110101 |
Color Harmonies of #DDBD30
Complementary color
Monochromatic Colors of #DDBD30
Black with #DDBD30
Text Example
Text Example
White with #DDBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD30; }
p { color: rgb(221,189,48); }
H1.HeaderClassName
{
color: #DDBD30;
}
.AnyTagClassName
{
color: #DDBD30;
}
</style>
background-color css
<style>
a { background-color: #DDBD30; }
a { background-color: rgb(221,189,48); }
div.DivClassName
{
background-color: #DDBD30;
}
.BgClassName
{
background-color: #DDBD30;
}
</style>
border-color css
<style>
span { border-color: #DDBD30; }
span { border-color: rgb(221,189,48); }
td.TdClassName
{
border-color: #DDBD30;
}
.TagClassName
{
border-color: #DDBD30;
}
</style>