Shades of Starship #DEEB49
Tints of Starship #DEEB49
RGB
CMYK
RGB Variations
Color information
#DEEB49 (or 0xDEEB49) is known color: Starship. HEX triplet: DE, EB and 49. RGB value is (222,235,73). Sum of RGB (Red+Green+Blue) = 222+235+73=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB49 is #2114B6. Grayscale: #D5D5D5. Windows color (decimal): -2167991 or 4844510. OLE color: 4844510.
HSL color Cylindrical-coordinate representation of color #DEEB49: hue angle of 64.81º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEEB49 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 73 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.08 |
| HSL | 64.81º | 0.8% | 0.6% | - |
| HSV(B) | 64.81º | 0.69% | 0.92% | - |
| XYZ | 61.04 | 75.43 | 17.65 | - |
| YUV | 212.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 73 | 0.06 | 0 | 0.69 | 0.08 | 64.81 | 0.8 | 0.6 |
| Hex | DE | EB | 49 | 6 | 0 | 45 | 8 | 41 | 50 | 3C |
| Octal | 336 | 353 | 111 | 6 | 0 | 105 | 10 | 101 | 120 | 74 |
| Binary | 11011110 | 11101011 | 1001001 | 110 | 0 | 1000101 | 1000 | 1000001 | 1010000 | 111100 |
Color Harmonies of #DEEB49
Complementary color
Monochromatic Colors of #DEEB49
Black with #DEEB49
Text Example
Text Example
White with #DEEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB49; }
p { color: rgb(222,235,73); }
H1.HeaderClassName
{
color: #DEEB49;
}
.AnyTagClassName
{
color: #DEEB49;
}
</style>
background-color css
<style>
a { background-color: #DEEB49; }
a { background-color: rgb(222,235,73); }
div.DivClassName
{
background-color: #DEEB49;
}
.BgClassName
{
background-color: #DEEB49;
}
</style>
border-color css
<style>
span { border-color: #DEEB49; }
span { border-color: rgb(222,235,73); }
td.TdClassName
{
border-color: #DEEB49;
}
.TagClassName
{
border-color: #DEEB49;
}
</style>