Shades of Starship #DEED43
Tints of Starship #DEED43
RGB
CMYK
RGB Variations
Color information
#DEED43 (or 0xDEED43) is known color: Starship. HEX triplet: DE, ED and 43. RGB value is (222,237,67). Sum of RGB (Red+Green+Blue) = 222+237+67=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 67 (26.56% from 255 or 12.74% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED43 is #2112BC. Grayscale: #D5D5D5. Windows color (decimal): -2167485 or 4451806. OLE color: 4451806.
HSL color Cylindrical-coordinate representation of color #DEED43: hue angle of 65.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEED43 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 67 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.07 |
| HSL | 65.29º | 0.83% | 0.6% | - |
| HSV(B) | 65.29º | 0.72% | 0.93% | - |
| XYZ | 61.42 | 76.5 | 16.84 | - |
| YUV | 213.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 67 | 0.06 | 0 | 0.72 | 0.07 | 65.29 | 0.83 | 0.6 |
| Hex | DE | ED | 43 | 6 | 0 | 48 | 7 | 41 | 53 | 3C |
| Octal | 336 | 355 | 103 | 6 | 0 | 110 | 7 | 101 | 123 | 74 |
| Binary | 11011110 | 11101101 | 1000011 | 110 | 0 | 1001000 | 111 | 1000001 | 1010011 | 111100 |
Color Harmonies of #DEED43
Complementary color
Monochromatic Colors of #DEED43
Black with #DEED43
Text Example
Text Example
White with #DEED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED43; }
p { color: rgb(222,237,67); }
H1.HeaderClassName
{
color: #DEED43;
}
.AnyTagClassName
{
color: #DEED43;
}
</style>
background-color css
<style>
a { background-color: #DEED43; }
a { background-color: rgb(222,237,67); }
div.DivClassName
{
background-color: #DEED43;
}
.BgClassName
{
background-color: #DEED43;
}
</style>
border-color css
<style>
span { border-color: #DEED43; }
span { border-color: rgb(222,237,67); }
td.TdClassName
{
border-color: #DEED43;
}
.TagClassName
{
border-color: #DEED43;
}
</style>