Shades of Starship #DEED44
Tints of Starship #DEED44
RGB
CMYK
RGB Variations
Color information
#DEED44 (or 0xDEED44) is known color: Starship. HEX triplet: DE, ED and 44. RGB value is (222,237,68). Sum of RGB (Red+Green+Blue) = 222+237+68=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED44 is #2112BB. Grayscale: #D5D5D5. Windows color (decimal): -2167484 or 4517342. OLE color: 4517342.
HSL color Cylindrical-coordinate representation of color #DEED44: hue angle of 65.33º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEED44 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 68 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.07 |
| HSL | 65.33º | 0.82% | 0.6% | - |
| HSV(B) | 65.33º | 0.71% | 0.93% | - |
| XYZ | 61.45 | 76.52 | 17 | - |
| YUV | 213.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 68 | 0.06 | 0 | 0.71 | 0.07 | 65.33 | 0.82 | 0.6 |
| Hex | DE | ED | 44 | 6 | 0 | 47 | 7 | 41 | 52 | 3C |
| Octal | 336 | 355 | 104 | 6 | 0 | 107 | 7 | 101 | 122 | 74 |
| Binary | 11011110 | 11101101 | 1000100 | 110 | 0 | 1000111 | 111 | 1000001 | 1010010 | 111100 |
Color Harmonies of #DEED44
Complementary color
Monochromatic Colors of #DEED44
Black with #DEED44
Text Example
Text Example
White with #DEED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED44; }
p { color: rgb(222,237,68); }
H1.HeaderClassName
{
color: #DEED44;
}
.AnyTagClassName
{
color: #DEED44;
}
</style>
background-color css
<style>
a { background-color: #DEED44; }
a { background-color: rgb(222,237,68); }
div.DivClassName
{
background-color: #DEED44;
}
.BgClassName
{
background-color: #DEED44;
}
</style>
border-color css
<style>
span { border-color: #DEED44; }
span { border-color: rgb(222,237,68); }
td.TdClassName
{
border-color: #DEED44;
}
.TagClassName
{
border-color: #DEED44;
}
</style>