Shades of Gold Tips #DDB72A
Tints of Gold Tips #DDB72A
RGB
CMYK
RGB Variations
Color information
#DDB72A (or 0xDDB72A) is known color: Gold Tips. HEX triplet: DD, B7 and 2A. RGB value is (221,183,42). Sum of RGB (Red+Green+Blue) = 221+183+42=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB72A is #2248D5. Grayscale: #B2B2B2. Windows color (decimal): -2246870 or 2799581. OLE color: 2799581.
HSL color Cylindrical-coordinate representation of color #DDB72A: hue angle of 47.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 #DDB72A is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 42 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.13 |
| HSL | 47.26º | 0.72% | 0.52% | - |
| HSV(B) | 47.26º | 0.81% | 0.87% | - |
| XYZ | 47.17 | 49.41 | 9.24 | - |
| YUV | 178.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 42 | 0 | 0.17 | 0.81 | 0.13 | 47.26 | 0.72 | 0.52 |
| Hex | DD | B7 | 2A | 0 | 11 | 51 | D | 2F | 48 | 34 |
| Octal | 335 | 267 | 52 | 0 | 21 | 121 | 15 | 57 | 110 | 64 |
| Binary | 11011101 | 10110111 | 101010 | 0 | 10001 | 1010001 | 1101 | 101111 | 1001000 | 110100 |
Color Harmonies of #DDB72A
Complementary color
Monochromatic Colors of #DDB72A
Black with #DDB72A
Text Example
Text Example
White with #DDB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB72A; }
p { color: rgb(221,183,42); }
H1.HeaderClassName
{
color: #DDB72A;
}
.AnyTagClassName
{
color: #DDB72A;
}
</style>
background-color css
<style>
a { background-color: #DDB72A; }
a { background-color: rgb(221,183,42); }
div.DivClassName
{
background-color: #DDB72A;
}
.BgClassName
{
background-color: #DDB72A;
}
</style>
border-color css
<style>
span { border-color: #DDB72A; }
span { border-color: rgb(221,183,42); }
td.TdClassName
{
border-color: #DDB72A;
}
.TagClassName
{
border-color: #DDB72A;
}
</style>