Shades of Gold Tips #DDB11F
Tints of Gold Tips #DDB11F
RGB
CMYK
RGB Variations
Color information
#DDB11F (or 0xDDB11F) is known color: Gold Tips. HEX triplet: DD, B1 and 1F. RGB value is (221,177,31). Sum of RGB (Red+Green+Blue) = 221+177+31=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB11F is #224EE0. Grayscale: #AEAEAE. Windows color (decimal): -2248417 or 2077149. OLE color: 2077149.
HSL color Cylindrical-coordinate representation of color #DDB11F: hue angle of 46.11º degrees, saturation: 0.75, 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 #DDB11F is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 31 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.13 |
| HSL | 46.11º | 0.75% | 0.49% | - |
| HSV(B) | 46.11º | 0.86% | 0.87% | - |
| XYZ | 45.79 | 46.92 | 7.94 | - |
| YUV | 173.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 31 | 0 | 0.20 | 0.86 | 0.13 | 46.11 | 0.75 | 0.49 |
| Hex | DD | B1 | 1F | 0 | 14 | 56 | D | 2E | 4B | 31 |
| Octal | 335 | 261 | 37 | 0 | 24 | 126 | 15 | 56 | 113 | 61 |
| Binary | 11011101 | 10110001 | 11111 | 0 | 10100 | 1010110 | 1101 | 101110 | 1001011 | 110001 |
Color Harmonies of #DDB11F
Complementary color
Monochromatic Colors of #DDB11F
Black with #DDB11F
Text Example
Text Example
White with #DDB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB11F; }
p { color: rgb(221,177,31); }
H1.HeaderClassName
{
color: #DDB11F;
}
.AnyTagClassName
{
color: #DDB11F;
}
</style>
background-color css
<style>
a { background-color: #DDB11F; }
a { background-color: rgb(221,177,31); }
div.DivClassName
{
background-color: #DDB11F;
}
.BgClassName
{
background-color: #DDB11F;
}
</style>
border-color css
<style>
span { border-color: #DDB11F; }
span { border-color: rgb(221,177,31); }
td.TdClassName
{
border-color: #DDB11F;
}
.TagClassName
{
border-color: #DDB11F;
}
</style>