Shades of Starship #DDDE2F
Tints of Starship #DDDE2F
RGB
CMYK
RGB Variations
Color information
#DDDE2F (or 0xDDDE2F) is known color: Starship. HEX triplet: DD, DE and 2F. RGB value is (221,222,47). Sum of RGB (Red+Green+Blue) = 221+222+47=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE2F is #2221D0. Grayscale: #CACACA. Windows color (decimal): -2236881 or 3137245. OLE color: 3137245.
HSL color Cylindrical-coordinate representation of color #DDDE2F: hue angle of 60.34º degrees, saturation: 0.73, 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 #DDDE2F is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 47 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.13 |
| HSL | 60.34º | 0.73% | 0.53% | - |
| HSV(B) | 60.34º | 0.79% | 0.87% | - |
| XYZ | 56.45 | 67.82 | 12.8 | - |
| YUV | 201.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 47 | 0.00 | 0 | 0.79 | 0.13 | 60.34 | 0.73 | 0.53 |
| Hex | DD | DE | 2F | 0 | 0 | 4F | D | 3C | 49 | 35 |
| Octal | 335 | 336 | 57 | 0 | 0 | 117 | 15 | 74 | 111 | 65 |
| Binary | 11011101 | 11011110 | 101111 | 0 | 0 | 1001111 | 1101 | 111100 | 1001001 | 110101 |
Color Harmonies of #DDDE2F
Complementary color
Monochromatic Colors of #DDDE2F
Black with #DDDE2F
Text Example
Text Example
White with #DDDE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE2F; }
p { color: rgb(221,222,47); }
H1.HeaderClassName
{
color: #DDDE2F;
}
.AnyTagClassName
{
color: #DDDE2F;
}
</style>
background-color css
<style>
a { background-color: #DDDE2F; }
a { background-color: rgb(221,222,47); }
div.DivClassName
{
background-color: #DDDE2F;
}
.BgClassName
{
background-color: #DDDE2F;
}
</style>
border-color css
<style>
span { border-color: #DDDE2F; }
span { border-color: rgb(221,222,47); }
td.TdClassName
{
border-color: #DDDE2F;
}
.TagClassName
{
border-color: #DDDE2F;
}
</style>