Shades of Gold Tips #DDB422
Tints of Gold Tips #DDB422
RGB
CMYK
RGB Variations
Color information
#DDB422 (or 0xDDB422) is known color: Gold Tips. HEX triplet: DD, B4 and 22. RGB value is (221,180,34). Sum of RGB (Red+Green+Blue) = 221+180+34=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB422 is #224BDD. Grayscale: #B0B0B0. Windows color (decimal): -2247646 or 2274525. OLE color: 2274525.
HSL color Cylindrical-coordinate representation of color #DDB422: hue angle of 46.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDB422 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.13 |
| HSL | 46.84º | 0.73% | 0.5% | - |
| HSV(B) | 46.84º | 0.85% | 0.87% | - |
| XYZ | 46.43 | 48.13 | 8.36 | - |
| YUV | 175.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 34 | 0 | 0.19 | 0.85 | 0.13 | 46.84 | 0.73 | 0.5 |
| Hex | DD | B4 | 22 | 0 | 13 | 55 | D | 2F | 49 | 32 |
| Octal | 335 | 264 | 42 | 0 | 23 | 125 | 15 | 57 | 111 | 62 |
| Binary | 11011101 | 10110100 | 100010 | 0 | 10011 | 1010101 | 1101 | 101111 | 1001001 | 110010 |
Color Harmonies of #DDB422
Complementary color
Monochromatic Colors of #DDB422
Black with #DDB422
Text Example
Text Example
White with #DDB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB422; }
p { color: rgb(221,180,34); }
H1.HeaderClassName
{
color: #DDB422;
}
.AnyTagClassName
{
color: #DDB422;
}
</style>
background-color css
<style>
a { background-color: #DDB422; }
a { background-color: rgb(221,180,34); }
div.DivClassName
{
background-color: #DDB422;
}
.BgClassName
{
background-color: #DDB422;
}
</style>
border-color css
<style>
span { border-color: #DDB422; }
span { border-color: rgb(221,180,34); }
td.TdClassName
{
border-color: #DDB422;
}
.TagClassName
{
border-color: #DDB422;
}
</style>