Shades of Starship #DEDA42
Tints of Starship #DEDA42
RGB
CMYK
RGB Variations
Color information
#DEDA42 (or 0xDEDA42) is known color: Starship. HEX triplet: DE, DA and 42. RGB value is (222,218,66). Sum of RGB (Red+Green+Blue) = 222+218+66=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA42 is #2125BD. Grayscale: #CACACA. Windows color (decimal): -2172350 or 4381406. OLE color: 4381406.
HSL color Cylindrical-coordinate representation of color #DEDA42: hue angle of 58.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEDA42 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 66 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.13 |
| HSL | 58.46º | 0.7% | 0.56% | - |
| HSV(B) | 58.46º | 0.7% | 0.87% | - |
| XYZ | 56.18 | 66.07 | 14.95 | - |
| YUV | 201.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 66 | 0 | 0.02 | 0.70 | 0.13 | 58.46 | 0.7 | 0.56 |
| Hex | DE | DA | 42 | 0 | 2 | 46 | D | 3A | 46 | 38 |
| Octal | 336 | 332 | 102 | 0 | 2 | 106 | 15 | 72 | 106 | 70 |
| Binary | 11011110 | 11011010 | 1000010 | 0 | 10 | 1000110 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DEDA42
Complementary color
Monochromatic Colors of #DEDA42
Black with #DEDA42
Text Example
Text Example
White with #DEDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA42; }
p { color: rgb(222,218,66); }
H1.HeaderClassName
{
color: #DEDA42;
}
.AnyTagClassName
{
color: #DEDA42;
}
</style>
background-color css
<style>
a { background-color: #DEDA42; }
a { background-color: rgb(222,218,66); }
div.DivClassName
{
background-color: #DEDA42;
}
.BgClassName
{
background-color: #DEDA42;
}
</style>
border-color css
<style>
span { border-color: #DEDA42; }
span { border-color: rgb(222,218,66); }
td.TdClassName
{
border-color: #DEDA42;
}
.TagClassName
{
border-color: #DEDA42;
}
</style>