Shades of Starship #DEDF30
Tints of Starship #DEDF30
RGB
CMYK
RGB Variations
Color information
#DEDF30 (or 0xDEDF30) is known color: Starship. HEX triplet: DE, DF and 30. RGB value is (222,223,48). Sum of RGB (Red+Green+Blue) = 222+223+48=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF30 is #2120CF. Grayscale: #CBCBCB. Windows color (decimal): -2171088 or 3203038. OLE color: 3203038.
HSL color Cylindrical-coordinate representation of color #DEDF30: 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.78%. Process color model (Four color, CMYK) of #DEDF30 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 48 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.13 |
| HSL | 60.34º | 0.73% | 0.53% | - |
| HSV(B) | 60.34º | 0.78% | 0.87% | - |
| XYZ | 57.05 | 68.52 | 13.02 | - |
| YUV | 202.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 48 | 0.00 | 0 | 0.78 | 0.13 | 60.34 | 0.73 | 0.53 |
| Hex | DE | DF | 30 | 0 | 0 | 4E | D | 3C | 49 | 35 |
| Octal | 336 | 337 | 60 | 0 | 0 | 116 | 15 | 74 | 111 | 65 |
| Binary | 11011110 | 11011111 | 110000 | 0 | 0 | 1001110 | 1101 | 111100 | 1001001 | 110101 |
Color Harmonies of #DEDF30
Complementary color
Monochromatic Colors of #DEDF30
Black with #DEDF30
Text Example
Text Example
White with #DEDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF30; }
p { color: rgb(222,223,48); }
H1.HeaderClassName
{
color: #DEDF30;
}
.AnyTagClassName
{
color: #DEDF30;
}
</style>
background-color css
<style>
a { background-color: #DEDF30; }
a { background-color: rgb(222,223,48); }
div.DivClassName
{
background-color: #DEDF30;
}
.BgClassName
{
background-color: #DEDF30;
}
</style>
border-color css
<style>
span { border-color: #DEDF30; }
span { border-color: rgb(222,223,48); }
td.TdClassName
{
border-color: #DEDF30;
}
.TagClassName
{
border-color: #DEDF30;
}
</style>