Shades of Starship #DEDC40
Tints of Starship #DEDC40
RGB
CMYK
RGB Variations
Color information
#DEDC40 (or 0xDEDC40) is known color: Starship. HEX triplet: DE, DC and 40. RGB value is (222,220,64). Sum of RGB (Red+Green+Blue) = 222+220+64=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC40 is #2123BF. Grayscale: #CBCBCB. Windows color (decimal): -2171840 or 4250846. OLE color: 4250846.
HSL color Cylindrical-coordinate representation of color #DEDC40: hue angle of 59.24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEDC40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 64 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.13 |
| HSL | 59.24º | 0.71% | 0.56% | - |
| HSV(B) | 59.24º | 0.71% | 0.87% | - |
| XYZ | 56.64 | 67.09 | 14.81 | - |
| YUV | 202.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 64 | 0 | 0.01 | 0.71 | 0.13 | 59.24 | 0.71 | 0.56 |
| Hex | DE | DC | 40 | 0 | 1 | 47 | D | 3B | 47 | 38 |
| Octal | 336 | 334 | 100 | 0 | 1 | 107 | 15 | 73 | 107 | 70 |
| Binary | 11011110 | 11011100 | 1000000 | 0 | 1 | 1000111 | 1101 | 111011 | 1000111 | 111000 |
Color Harmonies of #DEDC40
Complementary color
Monochromatic Colors of #DEDC40
Black with #DEDC40
Text Example
Text Example
White with #DEDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC40; }
p { color: rgb(222,220,64); }
H1.HeaderClassName
{
color: #DEDC40;
}
.AnyTagClassName
{
color: #DEDC40;
}
</style>
background-color css
<style>
a { background-color: #DEDC40; }
a { background-color: rgb(222,220,64); }
div.DivClassName
{
background-color: #DEDC40;
}
.BgClassName
{
background-color: #DEDC40;
}
</style>
border-color css
<style>
span { border-color: #DEDC40; }
span { border-color: rgb(222,220,64); }
td.TdClassName
{
border-color: #DEDC40;
}
.TagClassName
{
border-color: #DEDC40;
}
</style>