Shades of Starship #DEDF2F
Tints of Starship #DEDF2F
RGB
CMYK
RGB Variations
Color information
#DEDF2F (or 0xDEDF2F) is known color: Starship. HEX triplet: DE, DF and 2F. RGB value is (222,223,47). Sum of RGB (Red+Green+Blue) = 222+223+47=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF2F is #2120D0. Grayscale: #CBCBCB. Windows color (decimal): -2171089 or 3137502. OLE color: 3137502.
HSL color Cylindrical-coordinate representation of color #DEDF2F: 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 #DEDF2F is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 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 | 57.02 | 68.51 | 12.91 | - |
| YUV | 202.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 47 | 0.00 | 0 | 0.79 | 0.13 | 60.34 | 0.73 | 0.53 |
| Hex | DE | DF | 2F | 0 | 0 | 4F | D | 3C | 49 | 35 |
| Octal | 336 | 337 | 57 | 0 | 0 | 117 | 15 | 74 | 111 | 65 |
| Binary | 11011110 | 11011111 | 101111 | 0 | 0 | 1001111 | 1101 | 111100 | 1001001 | 110101 |
Color Harmonies of #DEDF2F
Complementary color
Monochromatic Colors of #DEDF2F
Black with #DEDF2F
Text Example
Text Example
White with #DEDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF2F; }
p { color: rgb(222,223,47); }
H1.HeaderClassName
{
color: #DEDF2F;
}
.AnyTagClassName
{
color: #DEDF2F;
}
</style>
background-color css
<style>
a { background-color: #DEDF2F; }
a { background-color: rgb(222,223,47); }
div.DivClassName
{
background-color: #DEDF2F;
}
.BgClassName
{
background-color: #DEDF2F;
}
</style>
border-color css
<style>
span { border-color: #DEDF2F; }
span { border-color: rgb(222,223,47); }
td.TdClassName
{
border-color: #DEDF2F;
}
.TagClassName
{
border-color: #DEDF2F;
}
</style>