Shades of Starship #DED534
Tints of Starship #DED534
RGB
CMYK
RGB Variations
Color information
#DED534 (or 0xDED534) is known color: Starship. HEX triplet: DE, D5 and 34. RGB value is (222,213,52). Sum of RGB (Red+Green+Blue) = 222+213+52=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED534 is #212ACB. Grayscale: #C5C5C5. Windows color (decimal): -2173644 or 3462622. OLE color: 3462622.
HSL color Cylindrical-coordinate representation of color #DED534: hue angle of 56.82º 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 #DED534 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 52 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.13 |
| HSL | 56.82º | 0.72% | 0.54% | - |
| HSV(B) | 56.82º | 0.77% | 0.87% | - |
| XYZ | 54.54 | 63.37 | 12.61 | - |
| YUV | 197.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 52 | 0 | 0.04 | 0.77 | 0.13 | 56.82 | 0.72 | 0.54 |
| Hex | DE | D5 | 34 | 0 | 4 | 4D | D | 39 | 48 | 36 |
| Octal | 336 | 325 | 64 | 0 | 4 | 115 | 15 | 71 | 110 | 66 |
| Binary | 11011110 | 11010101 | 110100 | 0 | 100 | 1001101 | 1101 | 111001 | 1001000 | 110110 |
Color Harmonies of #DED534
Complementary color
Monochromatic Colors of #DED534
Black with #DED534
Text Example
Text Example
White with #DED534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED534; }
p { color: rgb(222,213,52); }
H1.HeaderClassName
{
color: #DED534;
}
.AnyTagClassName
{
color: #DED534;
}
</style>
background-color css
<style>
a { background-color: #DED534; }
a { background-color: rgb(222,213,52); }
div.DivClassName
{
background-color: #DED534;
}
.BgClassName
{
background-color: #DED534;
}
</style>
border-color css
<style>
span { border-color: #DED534; }
span { border-color: rgb(222,213,52); }
td.TdClassName
{
border-color: #DED534;
}
.TagClassName
{
border-color: #DED534;
}
</style>