Shades of Gold Tips #DDB11E
Tints of Gold Tips #DDB11E
RGB
CMYK
RGB Variations
Color information
#DDB11E (or 0xDDB11E) is known color: Gold Tips. HEX triplet: DD, B1 and 1E. RGB value is (221,177,30). Sum of RGB (Red+Green+Blue) = 221+177+30=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB11E is #224EE1. Grayscale: #AEAEAE. Windows color (decimal): -2248418 or 2011613. OLE color: 2011613.
HSL color Cylindrical-coordinate representation of color #DDB11E: hue angle of 46.18º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDB11E is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 30 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.13 |
| HSL | 46.18º | 0.76% | 0.49% | - |
| HSV(B) | 46.18º | 0.86% | 0.87% | - |
| XYZ | 45.78 | 46.91 | 7.87 | - |
| YUV | 173.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 30 | 0 | 0.20 | 0.86 | 0.13 | 46.18 | 0.76 | 0.49 |
| Hex | DD | B1 | 1E | 0 | 14 | 56 | D | 2E | 4C | 31 |
| Octal | 335 | 261 | 36 | 0 | 24 | 126 | 15 | 56 | 114 | 61 |
| Binary | 11011101 | 10110001 | 11110 | 0 | 10100 | 1010110 | 1101 | 101110 | 1001100 | 110001 |
Color Harmonies of #DDB11E
Complementary color
Monochromatic Colors of #DDB11E
Black with #DDB11E
Text Example
Text Example
White with #DDB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB11E; }
p { color: rgb(221,177,30); }
H1.HeaderClassName
{
color: #DDB11E;
}
.AnyTagClassName
{
color: #DDB11E;
}
</style>
background-color css
<style>
a { background-color: #DDB11E; }
a { background-color: rgb(221,177,30); }
div.DivClassName
{
background-color: #DDB11E;
}
.BgClassName
{
background-color: #DDB11E;
}
</style>
border-color css
<style>
span { border-color: #DDB11E; }
span { border-color: rgb(221,177,30); }
td.TdClassName
{
border-color: #DDB11E;
}
.TagClassName
{
border-color: #DDB11E;
}
</style>