Shades of Starship #DEE33B
Tints of Starship #DEE33B
RGB
CMYK
RGB Variations
Color information
#DEE33B (or 0xDEE33B) is known color: Starship. HEX triplet: DE, E3 and 3B. RGB value is (222,227,59). Sum of RGB (Red+Green+Blue) = 222+227+59=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE33B is #211CC4. Grayscale: #CFCFCF. Windows color (decimal): -2170053 or 3924958. OLE color: 3924958.
HSL color Cylindrical-coordinate representation of color #DEE33B: hue angle of 61.79º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE33B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 59 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.11 |
| HSL | 61.79º | 0.75% | 0.56% | - |
| HSV(B) | 61.79º | 0.74% | 0.89% | - |
| XYZ | 58.38 | 70.78 | 14.72 | - |
| YUV | 206.35 | 44.84 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 59 | 0.02 | 0 | 0.74 | 0.11 | 61.79 | 0.75 | 0.56 |
| Hex | DE | E3 | 3B | 2 | 0 | 4A | B | 3E | 4B | 38 |
| Octal | 336 | 343 | 73 | 2 | 0 | 112 | 13 | 76 | 113 | 70 |
| Binary | 11011110 | 11100011 | 111011 | 10 | 0 | 1001010 | 1011 | 111110 | 1001011 | 111000 |
Color Harmonies of #DEE33B
Complementary color
Monochromatic Colors of #DEE33B
Black with #DEE33B
Text Example
Text Example
White with #DEE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE33B; }
p { color: rgb(222,227,59); }
H1.HeaderClassName
{
color: #DEE33B;
}
.AnyTagClassName
{
color: #DEE33B;
}
</style>
background-color css
<style>
a { background-color: #DEE33B; }
a { background-color: rgb(222,227,59); }
div.DivClassName
{
background-color: #DEE33B;
}
.BgClassName
{
background-color: #DEE33B;
}
</style>
border-color css
<style>
span { border-color: #DEE33B; }
span { border-color: rgb(222,227,59); }
td.TdClassName
{
border-color: #DEE33B;
}
.TagClassName
{
border-color: #DEE33B;
}
</style>