Shades of Starship #DEDF40
Tints of Starship #DEDF40
RGB
CMYK
RGB Variations
Color information
#DEDF40 (or 0xDEDF40) is known color: Starship. HEX triplet: DE, DF and 40. RGB value is (222,223,64). Sum of RGB (Red+Green+Blue) = 222+223+64=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF40 is #2120BF. Grayscale: #CDCDCD. Windows color (decimal): -2171072 or 4251614. OLE color: 4251614.
HSL color Cylindrical-coordinate representation of color #DEDF40: hue angle of 60.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEDF40 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 64 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.13 |
| HSL | 60.38º | 0.71% | 0.56% | - |
| HSV(B) | 60.38º | 0.71% | 0.87% | - |
| XYZ | 57.44 | 68.68 | 15.08 | - |
| YUV | 204.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 64 | 0.00 | 0 | 0.71 | 0.13 | 60.38 | 0.71 | 0.56 |
| Hex | DE | DF | 40 | 0 | 0 | 47 | D | 3C | 47 | 38 |
| Octal | 336 | 337 | 100 | 0 | 0 | 107 | 15 | 74 | 107 | 70 |
| Binary | 11011110 | 11011111 | 1000000 | 0 | 0 | 1000111 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DEDF40
Complementary color
Monochromatic Colors of #DEDF40
Black with #DEDF40
Text Example
Text Example
White with #DEDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF40; }
p { color: rgb(222,223,64); }
H1.HeaderClassName
{
color: #DEDF40;
}
.AnyTagClassName
{
color: #DEDF40;
}
</style>
background-color css
<style>
a { background-color: #DEDF40; }
a { background-color: rgb(222,223,64); }
div.DivClassName
{
background-color: #DEDF40;
}
.BgClassName
{
background-color: #DEDF40;
}
</style>
border-color css
<style>
span { border-color: #DEDF40; }
span { border-color: rgb(222,223,64); }
td.TdClassName
{
border-color: #DEDF40;
}
.TagClassName
{
border-color: #DEDF40;
}
</style>