Shades of Starship #DEDE43
Tints of Starship #DEDE43
RGB
CMYK
RGB Variations
Color information
#DEDE43 (or 0xDEDE43) is known color: Starship. HEX triplet: DE, DE and 43. RGB value is (222,222,67). Sum of RGB (Red+Green+Blue) = 222+222+67=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE43 is #2121BC. Grayscale: #CCCCCC. Windows color (decimal): -2171325 or 4447966. OLE color: 4447966.
HSL color Cylindrical-coordinate representation of color #DEDE43: hue angle of 60º 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 #DEDE43 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 67 | - |
| CMYK | 0 | 0 | 0.70 | 0.13 |
| HSL | 60º | 0.7% | 0.57% | - |
| HSV(B) | 60º | 0.7% | 0.87% | - |
| XYZ | 57.26 | 68.18 | 15.45 | - |
| YUV | 204.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 67 | 0 | 0 | 0.70 | 0.13 | 60 | 0.7 | 0.57 |
| Hex | DE | DE | 43 | 0 | 0 | 46 | D | 3C | 46 | 39 |
| Octal | 336 | 336 | 103 | 0 | 0 | 106 | 15 | 74 | 106 | 71 |
| Binary | 11011110 | 11011110 | 1000011 | 0 | 0 | 1000110 | 1101 | 111100 | 1000110 | 111001 |
Color Harmonies of #DEDE43
Complementary color
Monochromatic Colors of #DEDE43
Black with #DEDE43
Text Example
Text Example
White with #DEDE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE43; }
p { color: rgb(222,222,67); }
H1.HeaderClassName
{
color: #DEDE43;
}
.AnyTagClassName
{
color: #DEDE43;
}
</style>
background-color css
<style>
a { background-color: #DEDE43; }
a { background-color: rgb(222,222,67); }
div.DivClassName
{
background-color: #DEDE43;
}
.BgClassName
{
background-color: #DEDE43;
}
</style>
border-color css
<style>
span { border-color: #DEDE43; }
span { border-color: rgb(222,222,67); }
td.TdClassName
{
border-color: #DEDE43;
}
.TagClassName
{
border-color: #DEDE43;
}
</style>