Shades of Starship #DEDD3C
Tints of Starship #DEDD3C
RGB
CMYK
RGB Variations
Color information
#DEDD3C (or 0xDEDD3C) is known color: Starship. HEX triplet: DE, DD and 3C. RGB value is (222,221,60). Sum of RGB (Red+Green+Blue) = 222+221+60=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD3C is #2122C3. Grayscale: #CBCBCB. Windows color (decimal): -2171588 or 3988958. OLE color: 3988958.
HSL color Cylindrical-coordinate representation of color #DEDD3C: hue angle of 59.63º 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 #DEDD3C is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 60 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.13 |
| HSL | 59.63º | 0.71% | 0.55% | - |
| HSV(B) | 59.63º | 0.73% | 0.87% | - |
| XYZ | 56.8 | 67.57 | 14.32 | - |
| YUV | 202.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 60 | 0 | 0.00 | 0.73 | 0.13 | 59.63 | 0.71 | 0.55 |
| Hex | DE | DD | 3C | 0 | 0 | 49 | D | 3C | 47 | 37 |
| Octal | 336 | 335 | 74 | 0 | 0 | 111 | 15 | 74 | 107 | 67 |
| Binary | 11011110 | 11011101 | 111100 | 0 | 0 | 1001001 | 1101 | 111100 | 1000111 | 110111 |
Color Harmonies of #DEDD3C
Complementary color
Monochromatic Colors of #DEDD3C
Black with #DEDD3C
Text Example
Text Example
White with #DEDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD3C; }
p { color: rgb(222,221,60); }
H1.HeaderClassName
{
color: #DEDD3C;
}
.AnyTagClassName
{
color: #DEDD3C;
}
</style>
background-color css
<style>
a { background-color: #DEDD3C; }
a { background-color: rgb(222,221,60); }
div.DivClassName
{
background-color: #DEDD3C;
}
.BgClassName
{
background-color: #DEDD3C;
}
</style>
border-color css
<style>
span { border-color: #DEDD3C; }
span { border-color: rgb(222,221,60); }
td.TdClassName
{
border-color: #DEDD3C;
}
.TagClassName
{
border-color: #DEDD3C;
}
</style>