Shades of Starship #DED943
Tints of Starship #DED943
RGB
CMYK
RGB Variations
Color information
#DED943 (or 0xDED943) is known color: Starship. HEX triplet: DE, D9 and 43. RGB value is (222,217,67). Sum of RGB (Red+Green+Blue) = 222+217+67=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED943 is #2126BC. Grayscale: #CACACA. Windows color (decimal): -2172605 or 4446686. OLE color: 4446686.
HSL color Cylindrical-coordinate representation of color #DED943: hue angle of 58.06º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DED943 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 67 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.13 |
| HSL | 58.06º | 0.7% | 0.57% | - |
| HSV(B) | 58.06º | 0.7% | 0.87% | - |
| XYZ | 55.95 | 65.56 | 15.02 | - |
| YUV | 201.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 67 | 0 | 0.02 | 0.70 | 0.13 | 58.06 | 0.7 | 0.57 |
| Hex | DE | D9 | 43 | 0 | 2 | 46 | D | 3A | 46 | 39 |
| Octal | 336 | 331 | 103 | 0 | 2 | 106 | 15 | 72 | 106 | 71 |
| Binary | 11011110 | 11011001 | 1000011 | 0 | 10 | 1000110 | 1101 | 111010 | 1000110 | 111001 |
Color Harmonies of #DED943
Complementary color
Monochromatic Colors of #DED943
Black with #DED943
Text Example
Text Example
White with #DED943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED943; }
p { color: rgb(222,217,67); }
H1.HeaderClassName
{
color: #DED943;
}
.AnyTagClassName
{
color: #DED943;
}
</style>
background-color css
<style>
a { background-color: #DED943; }
a { background-color: rgb(222,217,67); }
div.DivClassName
{
background-color: #DED943;
}
.BgClassName
{
background-color: #DED943;
}
</style>
border-color css
<style>
span { border-color: #DED943; }
span { border-color: rgb(222,217,67); }
td.TdClassName
{
border-color: #DED943;
}
.TagClassName
{
border-color: #DED943;
}
</style>