Shades of Gold Tips #DDB630
Tints of Gold Tips #DDB630
RGB
CMYK
RGB Variations
Color information
#DDB630 (or 0xDDB630) is known color: Gold Tips. HEX triplet: DD, B6 and 30. RGB value is (221,182,48). Sum of RGB (Red+Green+Blue) = 221+182+48=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB630 is #2249CF. Grayscale: #B2B2B2. Windows color (decimal): -2247120 or 3192541. OLE color: 3192541.
HSL color Cylindrical-coordinate representation of color #DDB630: hue angle of 46.47º 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 #DDB630 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 48 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.13 |
| HSL | 46.47º | 0.72% | 0.53% | - |
| HSV(B) | 46.47º | 0.78% | 0.87% | - |
| XYZ | 47.08 | 49.04 | 9.78 | - |
| YUV | 178.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 48 | 0 | 0.18 | 0.78 | 0.13 | 46.47 | 0.72 | 0.53 |
| Hex | DD | B6 | 30 | 0 | 12 | 4E | D | 2E | 48 | 35 |
| Octal | 335 | 266 | 60 | 0 | 22 | 116 | 15 | 56 | 110 | 65 |
| Binary | 11011101 | 10110110 | 110000 | 0 | 10010 | 1001110 | 1101 | 101110 | 1001000 | 110101 |
Color Harmonies of #DDB630
Complementary color
Monochromatic Colors of #DDB630
Black with #DDB630
Text Example
Text Example
White with #DDB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB630; }
p { color: rgb(221,182,48); }
H1.HeaderClassName
{
color: #DDB630;
}
.AnyTagClassName
{
color: #DDB630;
}
</style>
background-color css
<style>
a { background-color: #DDB630; }
a { background-color: rgb(221,182,48); }
div.DivClassName
{
background-color: #DDB630;
}
.BgClassName
{
background-color: #DDB630;
}
</style>
border-color css
<style>
span { border-color: #DDB630; }
span { border-color: rgb(221,182,48); }
td.TdClassName
{
border-color: #DDB630;
}
.TagClassName
{
border-color: #DDB630;
}
</style>