Shades of Starship #DEDE3C
Tints of Starship #DEDE3C
RGB
CMYK
RGB Variations
Color information
#DEDE3C (or 0xDEDE3C) is known color: Starship. HEX triplet: DE, DE and 3C. RGB value is (222,222,60). Sum of RGB (Red+Green+Blue) = 222+222+60=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE3C is #2121C3. Grayscale: #CCCCCC. Windows color (decimal): -2171332 or 3989214. OLE color: 3989214.
HSL color Cylindrical-coordinate representation of color #DEDE3C: hue angle of 60º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEDE3C is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 60 | - |
| CMYK | 0 | 0 | 0.73 | 0.13 |
| HSL | 60º | 0.71% | 0.55% | - |
| HSV(B) | 60º | 0.73% | 0.87% | - |
| XYZ | 57.06 | 68.1 | 14.41 | - |
| YUV | 203.53 | 47 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 60 | 0 | 0 | 0.73 | 0.13 | 60 | 0.71 | 0.55 |
| Hex | DE | DE | 3C | 0 | 0 | 49 | D | 3C | 47 | 37 |
| Octal | 336 | 336 | 74 | 0 | 0 | 111 | 15 | 74 | 107 | 67 |
| Binary | 11011110 | 11011110 | 111100 | 0 | 0 | 1001001 | 1101 | 111100 | 1000111 | 110111 |
Color Harmonies of #DEDE3C
Complementary color
Monochromatic Colors of #DEDE3C
Black with #DEDE3C
Text Example
Text Example
White with #DEDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE3C; }
p { color: rgb(222,222,60); }
H1.HeaderClassName
{
color: #DEDE3C;
}
.AnyTagClassName
{
color: #DEDE3C;
}
</style>
background-color css
<style>
a { background-color: #DEDE3C; }
a { background-color: rgb(222,222,60); }
div.DivClassName
{
background-color: #DEDE3C;
}
.BgClassName
{
background-color: #DEDE3C;
}
</style>
border-color css
<style>
span { border-color: #DEDE3C; }
span { border-color: rgb(222,222,60); }
td.TdClassName
{
border-color: #DEDE3C;
}
.TagClassName
{
border-color: #DEDE3C;
}
</style>