Shades of Starship #DED53F
Tints of Starship #DED53F
RGB
CMYK
RGB Variations
Color information
#DED53F (or 0xDED53F) is known color: Starship. HEX triplet: DE, D5 and 3F. RGB value is (222,213,63). Sum of RGB (Red+Green+Blue) = 222+213+63=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED53F is #212AC0. Grayscale: #C7C7C7. Windows color (decimal): -2173633 or 4183518. OLE color: 4183518.
HSL color Cylindrical-coordinate representation of color #DED53F: hue angle of 56.6º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DED53F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.6º | 0.71% | 0.56% | - |
| HSV(B) | 56.6º | 0.72% | 0.87% | - |
| XYZ | 54.82 | 63.48 | 14.07 | - |
| YUV | 198.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 63 | 0 | 0.04 | 0.72 | 0.13 | 56.6 | 0.71 | 0.56 |
| Hex | DE | D5 | 3F | 0 | 4 | 48 | D | 39 | 47 | 38 |
| Octal | 336 | 325 | 77 | 0 | 4 | 110 | 15 | 71 | 107 | 70 |
| Binary | 11011110 | 11010101 | 111111 | 0 | 100 | 1001000 | 1101 | 111001 | 1000111 | 111000 |
Color Harmonies of #DED53F
Complementary color
Monochromatic Colors of #DED53F
Black with #DED53F
Text Example
Text Example
White with #DED53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED53F; }
p { color: rgb(222,213,63); }
H1.HeaderClassName
{
color: #DED53F;
}
.AnyTagClassName
{
color: #DED53F;
}
</style>
background-color css
<style>
a { background-color: #DED53F; }
a { background-color: rgb(222,213,63); }
div.DivClassName
{
background-color: #DED53F;
}
.BgClassName
{
background-color: #DED53F;
}
</style>
border-color css
<style>
span { border-color: #DED53F; }
span { border-color: rgb(222,213,63); }
td.TdClassName
{
border-color: #DED53F;
}
.TagClassName
{
border-color: #DED53F;
}
</style>