Shades of Starship #DDDD2F
Tints of Starship #DDDD2F
RGB
CMYK
RGB Variations
Color information
#DDDD2F (or 0xDDDD2F) is known color: Starship. HEX triplet: DD, DD and 2F. RGB value is (221,221,47). Sum of RGB (Red+Green+Blue) = 221+221+47=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD2F is #2222D0. Grayscale: #C9C9C9. Windows color (decimal): -2237137 or 3136989. OLE color: 3136989.
HSL color Cylindrical-coordinate representation of color #DDDD2F: hue angle of 60º 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 #DDDD2F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 47 | - |
| CMYK | 0 | 0 | 0.79 | 0.13 |
| HSL | 60º | 0.72% | 0.53% | - |
| HSV(B) | 60º | 0.79% | 0.87% | - |
| XYZ | 56.19 | 67.29 | 12.72 | - |
| YUV | 201.16 | 41 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 47 | 0 | 0 | 0.79 | 0.13 | 60 | 0.72 | 0.53 |
| Hex | DD | DD | 2F | 0 | 0 | 4F | D | 3C | 48 | 35 |
| Octal | 335 | 335 | 57 | 0 | 0 | 117 | 15 | 74 | 110 | 65 |
| Binary | 11011101 | 11011101 | 101111 | 0 | 0 | 1001111 | 1101 | 111100 | 1001000 | 110101 |
Color Harmonies of #DDDD2F
Complementary color
Monochromatic Colors of #DDDD2F
Black with #DDDD2F
Text Example
Text Example
White with #DDDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD2F; }
p { color: rgb(221,221,47); }
H1.HeaderClassName
{
color: #DDDD2F;
}
.AnyTagClassName
{
color: #DDDD2F;
}
</style>
background-color css
<style>
a { background-color: #DDDD2F; }
a { background-color: rgb(221,221,47); }
div.DivClassName
{
background-color: #DDDD2F;
}
.BgClassName
{
background-color: #DDDD2F;
}
</style>
border-color css
<style>
span { border-color: #DDDD2F; }
span { border-color: rgb(221,221,47); }
td.TdClassName
{
border-color: #DDDD2F;
}
.TagClassName
{
border-color: #DDDD2F;
}
</style>