Shades of Starship #DED339
Tints of Starship #DED339
RGB
CMYK
RGB Variations
Color information
#DED339 (or 0xDED339) is known color: Starship. HEX triplet: DE, D3 and 39. RGB value is (222,211,57). Sum of RGB (Red+Green+Blue) = 222+211+57=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 57 (22.66% from 255 or 11.63% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DED339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED339 is #212CC6. Grayscale: #C5C5C5. Windows color (decimal): -2174151 or 3789790. OLE color: 3789790.
HSL color Cylindrical-coordinate representation of color #DED339: hue angle of 56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DED339 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 57 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.13 |
| HSL | 56º | 0.71% | 0.55% | - |
| HSV(B) | 56º | 0.74% | 0.87% | - |
| XYZ | 54.16 | 62.41 | 13.06 | - |
| YUV | 196.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 57 | 0 | 0.05 | 0.74 | 0.13 | 56 | 0.71 | 0.55 |
| Hex | DE | D3 | 39 | 0 | 5 | 4A | D | 38 | 47 | 37 |
| Octal | 336 | 323 | 71 | 0 | 5 | 112 | 15 | 70 | 107 | 67 |
| Binary | 11011110 | 11010011 | 111001 | 0 | 101 | 1001010 | 1101 | 111000 | 1000111 | 110111 |
Color Harmonies of #DED339
Complementary color
Monochromatic Colors of #DED339
Black with #DED339
Text Example
Text Example
White with #DED339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED339; }
p { color: rgb(222,211,57); }
H1.HeaderClassName
{
color: #DED339;
}
.AnyTagClassName
{
color: #DED339;
}
</style>
background-color css
<style>
a { background-color: #DED339; }
a { background-color: rgb(222,211,57); }
div.DivClassName
{
background-color: #DED339;
}
.BgClassName
{
background-color: #DED339;
}
</style>
border-color css
<style>
span { border-color: #DED339; }
span { border-color: rgb(222,211,57); }
td.TdClassName
{
border-color: #DED339;
}
.TagClassName
{
border-color: #DED339;
}
</style>