Shades of Starship #DEE73D
Tints of Starship #DEE73D
RGB
CMYK
RGB Variations
Color information
#DEE73D (or 0xDEE73D) is known color: Starship. HEX triplet: DE, E7 and 3D. RGB value is (222,231,61). Sum of RGB (Red+Green+Blue) = 222+231+61=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE73D is #2118C2. Grayscale: #D1D1D1. Windows color (decimal): -2169027 or 4057054. OLE color: 4057054.
HSL color Cylindrical-coordinate representation of color #DEE73D: hue angle of 63.18º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE73D is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 61 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.09 |
| HSL | 63.18º | 0.78% | 0.57% | - |
| HSV(B) | 63.18º | 0.74% | 0.91% | - |
| XYZ | 59.54 | 73.02 | 15.37 | - |
| YUV | 208.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 61 | 0.04 | 0 | 0.74 | 0.09 | 63.18 | 0.78 | 0.57 |
| Hex | DE | E7 | 3D | 4 | 0 | 4A | 9 | 3F | 4E | 39 |
| Octal | 336 | 347 | 75 | 4 | 0 | 112 | 11 | 77 | 116 | 71 |
| Binary | 11011110 | 11100111 | 111101 | 100 | 0 | 1001010 | 1001 | 111111 | 1001110 | 111001 |
Color Harmonies of #DEE73D
Complementary color
Monochromatic Colors of #DEE73D
Black with #DEE73D
Text Example
Text Example
White with #DEE73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE73D; }
p { color: rgb(222,231,61); }
H1.HeaderClassName
{
color: #DEE73D;
}
.AnyTagClassName
{
color: #DEE73D;
}
</style>
background-color css
<style>
a { background-color: #DEE73D; }
a { background-color: rgb(222,231,61); }
div.DivClassName
{
background-color: #DEE73D;
}
.BgClassName
{
background-color: #DEE73D;
}
</style>
border-color css
<style>
span { border-color: #DEE73D; }
span { border-color: rgb(222,231,61); }
td.TdClassName
{
border-color: #DEE73D;
}
.TagClassName
{
border-color: #DEE73D;
}
</style>