Shades of Starship #DEE12D
Tints of Starship #DEE12D
RGB
CMYK
RGB Variations
Color information
#DEE12D (or 0xDEE12D) is known color: Starship. HEX triplet: DE, E1 and 2D. RGB value is (222,225,45). Sum of RGB (Red+Green+Blue) = 222+225+45=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE12D is #211ED2. Grayscale: #CCCCCC. Windows color (decimal): -2170579 or 3006942. OLE color: 3006942.
HSL color Cylindrical-coordinate representation of color #DEE12D: hue angle of 61º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE12D is Cyan = 0.01, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 45 | - |
| CMYK | 0.01 | 0 | 0.8 | 0.12 |
| HSL | 61º | 0.75% | 0.53% | - |
| HSV(B) | 61º | 0.8% | 0.88% | - |
| XYZ | 57.52 | 69.57 | 12.88 | - |
| YUV | 203.58 | 38.51 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 45 | 0.01 | 0 | 0.8 | 0.12 | 61 | 0.75 | 0.53 |
| Hex | DE | E1 | 2D | 1 | 0 | 50 | C | 3D | 4B | 35 |
| Octal | 336 | 341 | 55 | 1 | 0 | 120 | 14 | 75 | 113 | 65 |
| Binary | 11011110 | 11100001 | 101101 | 1 | 0 | 1010000 | 1100 | 111101 | 1001011 | 110101 |
Color Harmonies of #DEE12D
Complementary color
Monochromatic Colors of #DEE12D
Black with #DEE12D
Text Example
Text Example
White with #DEE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE12D; }
p { color: rgb(222,225,45); }
H1.HeaderClassName
{
color: #DEE12D;
}
.AnyTagClassName
{
color: #DEE12D;
}
</style>
background-color css
<style>
a { background-color: #DEE12D; }
a { background-color: rgb(222,225,45); }
div.DivClassName
{
background-color: #DEE12D;
}
.BgClassName
{
background-color: #DEE12D;
}
</style>
border-color css
<style>
span { border-color: #DEE12D; }
span { border-color: rgb(222,225,45); }
td.TdClassName
{
border-color: #DEE12D;
}
.TagClassName
{
border-color: #DEE12D;
}
</style>