Shades of Starship #DEDA33
Tints of Starship #DEDA33
RGB
CMYK
RGB Variations
Color information
#DEDA33 (or 0xDEDA33) is known color: Starship. HEX triplet: DE, DA and 33. RGB value is (222,218,51). Sum of RGB (Red+Green+Blue) = 222+218+51=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA33 is #2125CC. Grayscale: #C8C8C8. Windows color (decimal): -2172365 or 3398366. OLE color: 3398366.
HSL color Cylindrical-coordinate representation of color #DEDA33: hue angle of 58.6º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEDA33 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 51 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.13 |
| HSL | 58.6º | 0.72% | 0.54% | - |
| HSV(B) | 58.6º | 0.77% | 0.87% | - |
| XYZ | 55.79 | 65.91 | 12.91 | - |
| YUV | 200.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 51 | 0 | 0.02 | 0.77 | 0.13 | 58.6 | 0.72 | 0.54 |
| Hex | DE | DA | 33 | 0 | 2 | 4D | D | 3B | 48 | 36 |
| Octal | 336 | 332 | 63 | 0 | 2 | 115 | 15 | 73 | 110 | 66 |
| Binary | 11011110 | 11011010 | 110011 | 0 | 10 | 1001101 | 1101 | 111011 | 1001000 | 110110 |
Color Harmonies of #DEDA33
Complementary color
Monochromatic Colors of #DEDA33
Black with #DEDA33
Text Example
Text Example
White with #DEDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA33; }
p { color: rgb(222,218,51); }
H1.HeaderClassName
{
color: #DEDA33;
}
.AnyTagClassName
{
color: #DEDA33;
}
</style>
background-color css
<style>
a { background-color: #DEDA33; }
a { background-color: rgb(222,218,51); }
div.DivClassName
{
background-color: #DEDA33;
}
.BgClassName
{
background-color: #DEDA33;
}
</style>
border-color css
<style>
span { border-color: #DEDA33; }
span { border-color: rgb(222,218,51); }
td.TdClassName
{
border-color: #DEDA33;
}
.TagClassName
{
border-color: #DEDA33;
}
</style>