Shades of Starship #DEDC42
Tints of Starship #DEDC42
RGB
CMYK
RGB Variations
Color information
#DEDC42 (or 0xDEDC42) is known color: Starship. HEX triplet: DE, DC and 42. RGB value is (222,220,66). Sum of RGB (Red+Green+Blue) = 222+220+66=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC42 is #2123BD. Grayscale: #CBCBCB. Windows color (decimal): -2171838 or 4381918. OLE color: 4381918.
HSL color Cylindrical-coordinate representation of color #DEDC42: hue angle of 59.23º 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 #DEDC42 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 66 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.13 |
| HSL | 59.23º | 0.7% | 0.56% | - |
| HSV(B) | 59.23º | 0.7% | 0.87% | - |
| XYZ | 56.7 | 67.11 | 15.12 | - |
| YUV | 203.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 66 | 0 | 0.01 | 0.70 | 0.13 | 59.23 | 0.7 | 0.56 |
| Hex | DE | DC | 42 | 0 | 1 | 46 | D | 3B | 46 | 38 |
| Octal | 336 | 334 | 102 | 0 | 1 | 106 | 15 | 73 | 106 | 70 |
| Binary | 11011110 | 11011100 | 1000010 | 0 | 1 | 1000110 | 1101 | 111011 | 1000110 | 111000 |
Color Harmonies of #DEDC42
Complementary color
Monochromatic Colors of #DEDC42
Black with #DEDC42
Text Example
Text Example
White with #DEDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC42; }
p { color: rgb(222,220,66); }
H1.HeaderClassName
{
color: #DEDC42;
}
.AnyTagClassName
{
color: #DEDC42;
}
</style>
background-color css
<style>
a { background-color: #DEDC42; }
a { background-color: rgb(222,220,66); }
div.DivClassName
{
background-color: #DEDC42;
}
.BgClassName
{
background-color: #DEDC42;
}
</style>
border-color css
<style>
span { border-color: #DEDC42; }
span { border-color: rgb(222,220,66); }
td.TdClassName
{
border-color: #DEDC42;
}
.TagClassName
{
border-color: #DEDC42;
}
</style>