Shades of Starship #DED733
Tints of Starship #DED733
RGB
CMYK
RGB Variations
Color information
#DED733 (or 0xDED733) is known color: Starship. HEX triplet: DE, D7 and 33. RGB value is (222,215,51). Sum of RGB (Red+Green+Blue) = 222+215+51=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED733 is #2128CC. Grayscale: #C7C7C7. Windows color (decimal): -2173133 or 3397598. OLE color: 3397598.
HSL color Cylindrical-coordinate representation of color #DED733: hue angle of 57.54º 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 #DED733 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 51 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.13 |
| HSL | 57.54º | 0.72% | 0.54% | - |
| HSV(B) | 57.54º | 0.77% | 0.87% | - |
| XYZ | 55.02 | 64.37 | 12.66 | - |
| YUV | 198.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 51 | 0 | 0.03 | 0.77 | 0.13 | 57.54 | 0.72 | 0.54 |
| Hex | DE | D7 | 33 | 0 | 3 | 4D | D | 3A | 48 | 36 |
| Octal | 336 | 327 | 63 | 0 | 3 | 115 | 15 | 72 | 110 | 66 |
| Binary | 11011110 | 11010111 | 110011 | 0 | 11 | 1001101 | 1101 | 111010 | 1001000 | 110110 |
Color Harmonies of #DED733
Complementary color
Monochromatic Colors of #DED733
Black with #DED733
Text Example
Text Example
White with #DED733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED733; }
p { color: rgb(222,215,51); }
H1.HeaderClassName
{
color: #DED733;
}
.AnyTagClassName
{
color: #DED733;
}
</style>
background-color css
<style>
a { background-color: #DED733; }
a { background-color: rgb(222,215,51); }
div.DivClassName
{
background-color: #DED733;
}
.BgClassName
{
background-color: #DED733;
}
</style>
border-color css
<style>
span { border-color: #DED733; }
span { border-color: rgb(222,215,51); }
td.TdClassName
{
border-color: #DED733;
}
.TagClassName
{
border-color: #DED733;
}
</style>