Shades of Starship #DED63F
Tints of Starship #DED63F
RGB
CMYK
RGB Variations
Color information
#DED63F (or 0xDED63F) is known color: Starship. HEX triplet: DE, D6 and 3F. RGB value is (222,214,63). Sum of RGB (Red+Green+Blue) = 222+214+63=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DED63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED63F is #2129C0. Grayscale: #C7C7C7. Windows color (decimal): -2173377 or 4183774. OLE color: 4183774.
HSL color Cylindrical-coordinate representation of color #DED63F: hue angle of 56.98º 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 #DED63F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.98º | 0.71% | 0.56% | - |
| HSV(B) | 56.98º | 0.72% | 0.87% | - |
| XYZ | 55.07 | 63.98 | 14.15 | - |
| YUV | 199.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 63 | 0 | 0.04 | 0.72 | 0.13 | 56.98 | 0.71 | 0.56 |
| Hex | DE | D6 | 3F | 0 | 4 | 48 | D | 39 | 47 | 38 |
| Octal | 336 | 326 | 77 | 0 | 4 | 110 | 15 | 71 | 107 | 70 |
| Binary | 11011110 | 11010110 | 111111 | 0 | 100 | 1001000 | 1101 | 111001 | 1000111 | 111000 |
Color Harmonies of #DED63F
Complementary color
Monochromatic Colors of #DED63F
Black with #DED63F
Text Example
Text Example
White with #DED63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED63F; }
p { color: rgb(222,214,63); }
H1.HeaderClassName
{
color: #DED63F;
}
.AnyTagClassName
{
color: #DED63F;
}
</style>
background-color css
<style>
a { background-color: #DED63F; }
a { background-color: rgb(222,214,63); }
div.DivClassName
{
background-color: #DED63F;
}
.BgClassName
{
background-color: #DED63F;
}
</style>
border-color css
<style>
span { border-color: #DED63F; }
span { border-color: rgb(222,214,63); }
td.TdClassName
{
border-color: #DED63F;
}
.TagClassName
{
border-color: #DED63F;
}
</style>