Shades of Starship #DDDF2F
Tints of Starship #DDDF2F
RGB
CMYK
RGB Variations
Color information
#DDDF2F (or 0xDDDF2F) is known color: Starship. HEX triplet: DD, DF and 2F. RGB value is (221,223,47). Sum of RGB (Red+Green+Blue) = 221+223+47=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF2F is #2220D0. Grayscale: #CBCBCB. Windows color (decimal): -2236625 or 3137501. OLE color: 3137501.
HSL color Cylindrical-coordinate representation of color #DDDF2F: hue angle of 60.68º 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 #DDDF2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.13 |
| HSL | 60.68º | 0.73% | 0.53% | - |
| HSV(B) | 60.68º | 0.79% | 0.87% | - |
| XYZ | 56.72 | 68.35 | 12.89 | - |
| YUV | 202.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 47 | 0.01 | 0 | 0.79 | 0.13 | 60.68 | 0.73 | 0.53 |
| Hex | DD | DF | 2F | 1 | 0 | 4F | D | 3D | 49 | 35 |
| Octal | 335 | 337 | 57 | 1 | 0 | 117 | 15 | 75 | 111 | 65 |
| Binary | 11011101 | 11011111 | 101111 | 1 | 0 | 1001111 | 1101 | 111101 | 1001001 | 110101 |
Color Harmonies of #DDDF2F
Complementary color
Monochromatic Colors of #DDDF2F
Black with #DDDF2F
Text Example
Text Example
White with #DDDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF2F; }
p { color: rgb(221,223,47); }
H1.HeaderClassName
{
color: #DDDF2F;
}
.AnyTagClassName
{
color: #DDDF2F;
}
</style>
background-color css
<style>
a { background-color: #DDDF2F; }
a { background-color: rgb(221,223,47); }
div.DivClassName
{
background-color: #DDDF2F;
}
.BgClassName
{
background-color: #DDDF2F;
}
</style>
border-color css
<style>
span { border-color: #DDDF2F; }
span { border-color: rgb(221,223,47); }
td.TdClassName
{
border-color: #DDDF2F;
}
.TagClassName
{
border-color: #DDDF2F;
}
</style>