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