Shades of Starship #DEDC34
Tints of Starship #DEDC34
RGB
CMYK
RGB Variations
Color information
#DEDC34 (or 0xDEDC34) is known color: Starship. HEX triplet: DE, DC and 34. RGB value is (222,220,52). Sum of RGB (Red+Green+Blue) = 222+220+52=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC34 is #2123CB. Grayscale: #CACACA. Windows color (decimal): -2171852 or 3464414. OLE color: 3464414.
HSL color Cylindrical-coordinate representation of color #DEDC34: hue angle of 59.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEDC34 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 52 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.13 |
| HSL | 59.29º | 0.72% | 0.54% | - |
| HSV(B) | 59.29º | 0.77% | 0.87% | - |
| XYZ | 56.34 | 66.96 | 13.2 | - |
| YUV | 201.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 52 | 0 | 0.01 | 0.77 | 0.13 | 59.29 | 0.72 | 0.54 |
| Hex | DE | DC | 34 | 0 | 1 | 4D | D | 3B | 48 | 36 |
| Octal | 336 | 334 | 64 | 0 | 1 | 115 | 15 | 73 | 110 | 66 |
| Binary | 11011110 | 11011100 | 110100 | 0 | 1 | 1001101 | 1101 | 111011 | 1001000 | 110110 |
Color Harmonies of #DEDC34
Complementary color
Monochromatic Colors of #DEDC34
Black with #DEDC34
Text Example
Text Example
White with #DEDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC34; }
p { color: rgb(222,220,52); }
H1.HeaderClassName
{
color: #DEDC34;
}
.AnyTagClassName
{
color: #DEDC34;
}
</style>
background-color css
<style>
a { background-color: #DEDC34; }
a { background-color: rgb(222,220,52); }
div.DivClassName
{
background-color: #DEDC34;
}
.BgClassName
{
background-color: #DEDC34;
}
</style>
border-color css
<style>
span { border-color: #DEDC34; }
span { border-color: rgb(222,220,52); }
td.TdClassName
{
border-color: #DEDC34;
}
.TagClassName
{
border-color: #DEDC34;
}
</style>