Shades of Gold Tips #DDB31A
Tints of Gold Tips #DDB31A
RGB
CMYK
RGB Variations
Color information
#DDB31A (or 0xDDB31A) is known color: Gold Tips. HEX triplet: DD, B3 and 1A. RGB value is (221,179,26). Sum of RGB (Red+Green+Blue) = 221+179+26=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB31A is #224CE5. Grayscale: #AEAEAE. Windows color (decimal): -2247910 or 1749981. OLE color: 1749981.
HSL color Cylindrical-coordinate representation of color #DDB31A: hue angle of 47.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB31A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 26 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.13 |
| HSL | 47.08º | 0.79% | 0.48% | - |
| HSV(B) | 47.08º | 0.88% | 0.87% | - |
| XYZ | 46.13 | 47.69 | 7.75 | - |
| YUV | 174.12 | 44.41 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 26 | 0 | 0.19 | 0.88 | 0.13 | 47.08 | 0.79 | 0.48 |
| Hex | DD | B3 | 1A | 0 | 13 | 58 | D | 2F | 4F | 30 |
| Octal | 335 | 263 | 32 | 0 | 23 | 130 | 15 | 57 | 117 | 60 |
| Binary | 11011101 | 10110011 | 11010 | 0 | 10011 | 1011000 | 1101 | 101111 | 1001111 | 110000 |
Color Harmonies of #DDB31A
Complementary color
Monochromatic Colors of #DDB31A
Black with #DDB31A
Text Example
Text Example
White with #DDB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB31A; }
p { color: rgb(221,179,26); }
H1.HeaderClassName
{
color: #DDB31A;
}
.AnyTagClassName
{
color: #DDB31A;
}
</style>
background-color css
<style>
a { background-color: #DDB31A; }
a { background-color: rgb(221,179,26); }
div.DivClassName
{
background-color: #DDB31A;
}
.BgClassName
{
background-color: #DDB31A;
}
</style>
border-color css
<style>
span { border-color: #DDB31A; }
span { border-color: rgb(221,179,26); }
td.TdClassName
{
border-color: #DDB31A;
}
.TagClassName
{
border-color: #DDB31A;
}
</style>