Shades of Gold Tips #DDB12D
Tints of Gold Tips #DDB12D
RGB
CMYK
RGB Variations
Color information
#DDB12D (or 0xDDB12D) is known color: Gold Tips. HEX triplet: DD, B1 and 2D. RGB value is (221,177,45). Sum of RGB (Red+Green+Blue) = 221+177+45=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB12D is #224ED2. Grayscale: #AFAFAF. Windows color (decimal): -2248403 or 2994653. OLE color: 2994653.
HSL color Cylindrical-coordinate representation of color #DDB12D: hue angle of 45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDB12D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 45 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.13 |
| HSL | 45º | 0.72% | 0.52% | - |
| HSV(B) | 45º | 0.8% | 0.87% | - |
| XYZ | 46.01 | 47.01 | 9.13 | - |
| YUV | 175.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 45 | 0 | 0.20 | 0.80 | 0.13 | 45 | 0.72 | 0.52 |
| Hex | DD | B1 | 2D | 0 | 14 | 50 | D | 2D | 48 | 34 |
| Octal | 335 | 261 | 55 | 0 | 24 | 120 | 15 | 55 | 110 | 64 |
| Binary | 11011101 | 10110001 | 101101 | 0 | 10100 | 1010000 | 1101 | 101101 | 1001000 | 110100 |
Color Harmonies of #DDB12D
Complementary color
Monochromatic Colors of #DDB12D
Black with #DDB12D
Text Example
Text Example
White with #DDB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB12D; }
p { color: rgb(221,177,45); }
H1.HeaderClassName
{
color: #DDB12D;
}
.AnyTagClassName
{
color: #DDB12D;
}
</style>
background-color css
<style>
a { background-color: #DDB12D; }
a { background-color: rgb(221,177,45); }
div.DivClassName
{
background-color: #DDB12D;
}
.BgClassName
{
background-color: #DDB12D;
}
</style>
border-color css
<style>
span { border-color: #DDB12D; }
span { border-color: rgb(221,177,45); }
td.TdClassName
{
border-color: #DDB12D;
}
.TagClassName
{
border-color: #DDB12D;
}
</style>