Shades of Gold Tips #DDB92B
Tints of Gold Tips #DDB92B
RGB
CMYK
RGB Variations
Color information
#DDB92B (or 0xDDB92B) is known color: Gold Tips. HEX triplet: DD, B9 and 2B. RGB value is (221,185,43). Sum of RGB (Red+Green+Blue) = 221+185+43=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB92B is #2246D4. Grayscale: #B4B4B4. Windows color (decimal): -2246357 or 2865629. OLE color: 2865629.
HSL color Cylindrical-coordinate representation of color #DDB92B: hue angle of 47.87º 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 #DDB92B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 43 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.13 |
| HSL | 47.87º | 0.72% | 0.52% | - |
| HSV(B) | 47.87º | 0.81% | 0.87% | - |
| XYZ | 47.6 | 50.24 | 9.47 | - |
| YUV | 179.58 | 50.93 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 43 | 0 | 0.16 | 0.81 | 0.13 | 47.87 | 0.72 | 0.52 |
| Hex | DD | B9 | 2B | 0 | 10 | 51 | D | 30 | 48 | 34 |
| Octal | 335 | 271 | 53 | 0 | 20 | 121 | 15 | 60 | 110 | 64 |
| Binary | 11011101 | 10111001 | 101011 | 0 | 10000 | 1010001 | 1101 | 110000 | 1001000 | 110100 |
Color Harmonies of #DDB92B
Complementary color
Monochromatic Colors of #DDB92B
Black with #DDB92B
Text Example
Text Example
White with #DDB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB92B; }
p { color: rgb(221,185,43); }
H1.HeaderClassName
{
color: #DDB92B;
}
.AnyTagClassName
{
color: #DDB92B;
}
</style>
background-color css
<style>
a { background-color: #DDB92B; }
a { background-color: rgb(221,185,43); }
div.DivClassName
{
background-color: #DDB92B;
}
.BgClassName
{
background-color: #DDB92B;
}
</style>
border-color css
<style>
span { border-color: #DDB92B; }
span { border-color: rgb(221,185,43); }
td.TdClassName
{
border-color: #DDB92B;
}
.TagClassName
{
border-color: #DDB92B;
}
</style>