Shades of Starship #DEE33D
Tints of Starship #DEE33D
RGB
CMYK
RGB Variations
Color information
#DEE33D (or 0xDEE33D) is known color: Starship. HEX triplet: DE, E3 and 3D. RGB value is (222,227,61). Sum of RGB (Red+Green+Blue) = 222+227+61=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE33D is #211CC2. Grayscale: #CFCFCF. Windows color (decimal): -2170051 or 4056030. OLE color: 4056030.
HSL color Cylindrical-coordinate representation of color #DEE33D: hue angle of 61.81º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE33D is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 61 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.11 |
| HSL | 61.81º | 0.75% | 0.56% | - |
| HSV(B) | 61.81º | 0.73% | 0.89% | - |
| XYZ | 58.44 | 70.8 | 15 | - |
| YUV | 206.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 61 | 0.02 | 0 | 0.73 | 0.11 | 61.81 | 0.75 | 0.56 |
| Hex | DE | E3 | 3D | 2 | 0 | 49 | B | 3E | 4B | 38 |
| Octal | 336 | 343 | 75 | 2 | 0 | 111 | 13 | 76 | 113 | 70 |
| Binary | 11011110 | 11100011 | 111101 | 10 | 0 | 1001001 | 1011 | 111110 | 1001011 | 111000 |
Color Harmonies of #DEE33D
Complementary color
Monochromatic Colors of #DEE33D
Black with #DEE33D
Text Example
Text Example
White with #DEE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE33D; }
p { color: rgb(222,227,61); }
H1.HeaderClassName
{
color: #DEE33D;
}
.AnyTagClassName
{
color: #DEE33D;
}
</style>
background-color css
<style>
a { background-color: #DEE33D; }
a { background-color: rgb(222,227,61); }
div.DivClassName
{
background-color: #DEE33D;
}
.BgClassName
{
background-color: #DEE33D;
}
</style>
border-color css
<style>
span { border-color: #DEE33D; }
span { border-color: rgb(222,227,61); }
td.TdClassName
{
border-color: #DEE33D;
}
.TagClassName
{
border-color: #DEE33D;
}
</style>