Shades of Gold Tips #DDB42A
Tints of Gold Tips #DDB42A
RGB
CMYK
RGB Variations
Color information
#DDB42A (or 0xDDB42A) is known color: Gold Tips. HEX triplet: DD, B4 and 2A. RGB value is (221,180,42). Sum of RGB (Red+Green+Blue) = 221+180+42=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB42A is #224BD5. Grayscale: #B1B1B1. Windows color (decimal): -2247638 or 2798813. OLE color: 2798813.
HSL color Cylindrical-coordinate representation of color #DDB42A: hue angle of 46.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDB42A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 42 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.13 |
| HSL | 46.26º | 0.72% | 0.52% | - |
| HSV(B) | 46.26º | 0.81% | 0.87% | - |
| XYZ | 46.56 | 48.18 | 9.04 | - |
| YUV | 176.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 42 | 0 | 0.19 | 0.81 | 0.13 | 46.26 | 0.72 | 0.52 |
| Hex | DD | B4 | 2A | 0 | 13 | 51 | D | 2E | 48 | 34 |
| Octal | 335 | 264 | 52 | 0 | 23 | 121 | 15 | 56 | 110 | 64 |
| Binary | 11011101 | 10110100 | 101010 | 0 | 10011 | 1010001 | 1101 | 101110 | 1001000 | 110100 |
Color Harmonies of #DDB42A
Complementary color
Monochromatic Colors of #DDB42A
Black with #DDB42A
Text Example
Text Example
White with #DDB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB42A; }
p { color: rgb(221,180,42); }
H1.HeaderClassName
{
color: #DDB42A;
}
.AnyTagClassName
{
color: #DDB42A;
}
</style>
background-color css
<style>
a { background-color: #DDB42A; }
a { background-color: rgb(221,180,42); }
div.DivClassName
{
background-color: #DDB42A;
}
.BgClassName
{
background-color: #DDB42A;
}
</style>
border-color css
<style>
span { border-color: #DDB42A; }
span { border-color: rgb(221,180,42); }
td.TdClassName
{
border-color: #DDB42A;
}
.TagClassName
{
border-color: #DDB42A;
}
</style>