Shades of Starship #DDD22F
Tints of Starship #DDD22F
RGB
CMYK
RGB Variations
Color information
#DDD22F (or 0xDDD22F) is known color: Starship. HEX triplet: DD, D2 and 2F. RGB value is (221,210,47). Sum of RGB (Red+Green+Blue) = 221+210+47=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD22F is #222DD0. Grayscale: #C3C3C3. Windows color (decimal): -2239953 or 3134173. OLE color: 3134173.
HSL color Cylindrical-coordinate representation of color #DDD22F: hue angle of 56.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDD22F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 47 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.13 |
| HSL | 56.21º | 0.72% | 0.53% | - |
| HSV(B) | 56.21º | 0.79% | 0.87% | - |
| XYZ | 53.38 | 61.67 | 11.78 | - |
| YUV | 194.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 47 | 0 | 0.05 | 0.79 | 0.13 | 56.21 | 0.72 | 0.53 |
| Hex | DD | D2 | 2F | 0 | 5 | 4F | D | 38 | 48 | 35 |
| Octal | 335 | 322 | 57 | 0 | 5 | 117 | 15 | 70 | 110 | 65 |
| Binary | 11011101 | 11010010 | 101111 | 0 | 101 | 1001111 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DDD22F
Complementary color
Monochromatic Colors of #DDD22F
Black with #DDD22F
Text Example
Text Example
White with #DDD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD22F; }
p { color: rgb(221,210,47); }
H1.HeaderClassName
{
color: #DDD22F;
}
.AnyTagClassName
{
color: #DDD22F;
}
</style>
background-color css
<style>
a { background-color: #DDD22F; }
a { background-color: rgb(221,210,47); }
div.DivClassName
{
background-color: #DDD22F;
}
.BgClassName
{
background-color: #DDD22F;
}
</style>
border-color css
<style>
span { border-color: #DDD22F; }
span { border-color: rgb(221,210,47); }
td.TdClassName
{
border-color: #DDD22F;
}
.TagClassName
{
border-color: #DDD22F;
}
</style>