Shades of Starship #DEDF45
Tints of Starship #DEDF45
RGB
CMYK
RGB Variations
Color information
#DEDF45 (or 0xDEDF45) is known color: Starship. HEX triplet: DE, DF and 45. RGB value is (222,223,69). Sum of RGB (Red+Green+Blue) = 222+223+69=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF45 is #2120BA. Grayscale: #CDCDCD. Windows color (decimal): -2171067 or 4579294. OLE color: 4579294.
HSL color Cylindrical-coordinate representation of color #DEDF45: hue angle of 60.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEDF45 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 69 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.13 |
| HSL | 60.39º | 0.71% | 0.57% | - |
| HSV(B) | 60.39º | 0.69% | 0.87% | - |
| XYZ | 57.59 | 68.73 | 15.86 | - |
| YUV | 205.15 | 51.17 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 69 | 0.00 | 0 | 0.69 | 0.13 | 60.39 | 0.71 | 0.57 |
| Hex | DE | DF | 45 | 0 | 0 | 45 | D | 3C | 47 | 39 |
| Octal | 336 | 337 | 105 | 0 | 0 | 105 | 15 | 74 | 107 | 71 |
| Binary | 11011110 | 11011111 | 1000101 | 0 | 0 | 1000101 | 1101 | 111100 | 1000111 | 111001 |
Color Harmonies of #DEDF45
Complementary color
Monochromatic Colors of #DEDF45
Black with #DEDF45
Text Example
Text Example
White with #DEDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF45; }
p { color: rgb(222,223,69); }
H1.HeaderClassName
{
color: #DEDF45;
}
.AnyTagClassName
{
color: #DEDF45;
}
</style>
background-color css
<style>
a { background-color: #DEDF45; }
a { background-color: rgb(222,223,69); }
div.DivClassName
{
background-color: #DEDF45;
}
.BgClassName
{
background-color: #DEDF45;
}
</style>
border-color css
<style>
span { border-color: #DEDF45; }
span { border-color: rgb(222,223,69); }
td.TdClassName
{
border-color: #DEDF45;
}
.TagClassName
{
border-color: #DEDF45;
}
</style>