Shades of Starship #DEDF3A
Tints of Starship #DEDF3A
RGB
CMYK
RGB Variations
Color information
#DEDF3A (or 0xDEDF3A) is known color: Starship. HEX triplet: DE, DF and 3A. RGB value is (222,223,58). Sum of RGB (Red+Green+Blue) = 222+223+58=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF3A is #2120C5. Grayscale: #CCCCCC. Windows color (decimal): -2171078 or 3858398. OLE color: 3858398.
HSL color Cylindrical-coordinate representation of color #DEDF3A: hue angle of 60.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEDF3A is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 58 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.13 |
| HSL | 60.36º | 0.72% | 0.55% | - |
| HSV(B) | 60.36º | 0.74% | 0.87% | - |
| XYZ | 57.28 | 68.61 | 14.23 | - |
| YUV | 203.89 | 45.67 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 58 | 0.00 | 0 | 0.74 | 0.13 | 60.36 | 0.72 | 0.55 |
| Hex | DE | DF | 3A | 0 | 0 | 4A | D | 3C | 48 | 37 |
| Octal | 336 | 337 | 72 | 0 | 0 | 112 | 15 | 74 | 110 | 67 |
| Binary | 11011110 | 11011111 | 111010 | 0 | 0 | 1001010 | 1101 | 111100 | 1001000 | 110111 |
Color Harmonies of #DEDF3A
Complementary color
Monochromatic Colors of #DEDF3A
Black with #DEDF3A
Text Example
Text Example
White with #DEDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF3A; }
p { color: rgb(222,223,58); }
H1.HeaderClassName
{
color: #DEDF3A;
}
.AnyTagClassName
{
color: #DEDF3A;
}
</style>
background-color css
<style>
a { background-color: #DEDF3A; }
a { background-color: rgb(222,223,58); }
div.DivClassName
{
background-color: #DEDF3A;
}
.BgClassName
{
background-color: #DEDF3A;
}
</style>
border-color css
<style>
span { border-color: #DEDF3A; }
span { border-color: rgb(222,223,58); }
td.TdClassName
{
border-color: #DEDF3A;
}
.TagClassName
{
border-color: #DEDF3A;
}
</style>