Shades of Gold Tips #DDB42C
Tints of Gold Tips #DDB42C
RGB
CMYK
RGB Variations
Color information
#DDB42C (or 0xDDB42C) is known color: Gold Tips. HEX triplet: DD, B4 and 2C. RGB value is (221,180,44). Sum of RGB (Red+Green+Blue) = 221+180+44=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB42C is #224BD3. Grayscale: #B1B1B1. Windows color (decimal): -2247636 or 2929885. OLE color: 2929885.
HSL color Cylindrical-coordinate representation of color #DDB42C: hue angle of 46.1º 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 #DDB42C is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 44 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.13 |
| HSL | 46.1º | 0.72% | 0.52% | - |
| HSV(B) | 46.1º | 0.8% | 0.87% | - |
| XYZ | 46.59 | 48.2 | 9.23 | - |
| YUV | 176.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 44 | 0 | 0.19 | 0.80 | 0.13 | 46.1 | 0.72 | 0.52 |
| Hex | DD | B4 | 2C | 0 | 13 | 50 | D | 2E | 48 | 34 |
| Octal | 335 | 264 | 54 | 0 | 23 | 120 | 15 | 56 | 110 | 64 |
| Binary | 11011101 | 10110100 | 101100 | 0 | 10011 | 1010000 | 1101 | 101110 | 1001000 | 110100 |
Color Harmonies of #DDB42C
Complementary color
Monochromatic Colors of #DDB42C
Black with #DDB42C
Text Example
Text Example
White with #DDB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB42C; }
p { color: rgb(221,180,44); }
H1.HeaderClassName
{
color: #DDB42C;
}
.AnyTagClassName
{
color: #DDB42C;
}
</style>
background-color css
<style>
a { background-color: #DDB42C; }
a { background-color: rgb(221,180,44); }
div.DivClassName
{
background-color: #DDB42C;
}
.BgClassName
{
background-color: #DDB42C;
}
</style>
border-color css
<style>
span { border-color: #DDB42C; }
span { border-color: rgb(221,180,44); }
td.TdClassName
{
border-color: #DDB42C;
}
.TagClassName
{
border-color: #DDB42C;
}
</style>