Shades of Starship #DEDC38
Tints of Starship #DEDC38
RGB
CMYK
RGB Variations
Color information
#DEDC38 (or 0xDEDC38) is known color: Starship. HEX triplet: DE, DC and 38. RGB value is (222,220,56). Sum of RGB (Red+Green+Blue) = 222+220+56=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC38 is #2123C7. Grayscale: #CACACA. Windows color (decimal): -2171848 or 3726558. OLE color: 3726558.
HSL color Cylindrical-coordinate representation of color #DEDC38: hue angle of 59.28º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEDC38 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 56 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.13 |
| HSL | 59.28º | 0.72% | 0.55% | - |
| HSV(B) | 59.28º | 0.75% | 0.87% | - |
| XYZ | 56.43 | 67 | 13.7 | - |
| YUV | 201.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 56 | 0 | 0.01 | 0.75 | 0.13 | 59.28 | 0.72 | 0.55 |
| Hex | DE | DC | 38 | 0 | 1 | 4B | D | 3B | 48 | 37 |
| Octal | 336 | 334 | 70 | 0 | 1 | 113 | 15 | 73 | 110 | 67 |
| Binary | 11011110 | 11011100 | 111000 | 0 | 1 | 1001011 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DEDC38
Complementary color
Monochromatic Colors of #DEDC38
Black with #DEDC38
Text Example
Text Example
White with #DEDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC38; }
p { color: rgb(222,220,56); }
H1.HeaderClassName
{
color: #DEDC38;
}
.AnyTagClassName
{
color: #DEDC38;
}
</style>
background-color css
<style>
a { background-color: #DEDC38; }
a { background-color: rgb(222,220,56); }
div.DivClassName
{
background-color: #DEDC38;
}
.BgClassName
{
background-color: #DEDC38;
}
</style>
border-color css
<style>
span { border-color: #DEDC38; }
span { border-color: rgb(222,220,56); }
td.TdClassName
{
border-color: #DEDC38;
}
.TagClassName
{
border-color: #DEDC38;
}
</style>