Shades of Starship #DED43F
Tints of Starship #DED43F
RGB
CMYK
RGB Variations
Color information
#DED43F (or 0xDED43F) is known color: Starship. HEX triplet: DE, D4 and 3F. RGB value is (222,212,63). Sum of RGB (Red+Green+Blue) = 222+212+63=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DED43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED43F is #212BC0. Grayscale: #C6C6C6. Windows color (decimal): -2173889 or 4183262. OLE color: 4183262.
HSL color Cylindrical-coordinate representation of color #DED43F: hue angle of 56.23º 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 #DED43F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 63 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.13 |
| HSL | 56.23º | 0.71% | 0.56% | - |
| HSV(B) | 56.23º | 0.72% | 0.87% | - |
| XYZ | 54.56 | 62.98 | 13.98 | - |
| YUV | 198 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 63 | 0 | 0.05 | 0.72 | 0.13 | 56.23 | 0.71 | 0.56 |
| Hex | DE | D4 | 3F | 0 | 5 | 48 | D | 38 | 47 | 38 |
| Octal | 336 | 324 | 77 | 0 | 5 | 110 | 15 | 70 | 107 | 70 |
| Binary | 11011110 | 11010100 | 111111 | 0 | 101 | 1001000 | 1101 | 111000 | 1000111 | 111000 |
Color Harmonies of #DED43F
Complementary color
Monochromatic Colors of #DED43F
Black with #DED43F
Text Example
Text Example
White with #DED43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED43F; }
p { color: rgb(222,212,63); }
H1.HeaderClassName
{
color: #DED43F;
}
.AnyTagClassName
{
color: #DED43F;
}
</style>
background-color css
<style>
a { background-color: #DED43F; }
a { background-color: rgb(222,212,63); }
div.DivClassName
{
background-color: #DED43F;
}
.BgClassName
{
background-color: #DED43F;
}
</style>
border-color css
<style>
span { border-color: #DED43F; }
span { border-color: rgb(222,212,63); }
td.TdClassName
{
border-color: #DED43F;
}
.TagClassName
{
border-color: #DED43F;
}
</style>