Shades of Starship #DED741
Tints of Starship #DED741
RGB
CMYK
RGB Variations
Color information
#DED741 (or 0xDED741) is known color: Starship. HEX triplet: DE, D7 and 41. RGB value is (222,215,65). Sum of RGB (Red+Green+Blue) = 222+215+65=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DED741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED741 is #2128BE. Grayscale: #C8C8C8. Windows color (decimal): -2173119 or 4315102. OLE color: 4315102.
HSL color Cylindrical-coordinate representation of color #DED741: hue angle of 57.32º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DED741 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 65 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.13 |
| HSL | 57.32º | 0.7% | 0.56% | - |
| HSV(B) | 57.32º | 0.71% | 0.87% | - |
| XYZ | 55.38 | 64.51 | 14.53 | - |
| YUV | 199.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 65 | 0 | 0.03 | 0.71 | 0.13 | 57.32 | 0.7 | 0.56 |
| Hex | DE | D7 | 41 | 0 | 3 | 47 | D | 39 | 46 | 38 |
| Octal | 336 | 327 | 101 | 0 | 3 | 107 | 15 | 71 | 106 | 70 |
| Binary | 11011110 | 11010111 | 1000001 | 0 | 11 | 1000111 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DED741
Complementary color
Monochromatic Colors of #DED741
Black with #DED741
Text Example
Text Example
White with #DED741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED741; }
p { color: rgb(222,215,65); }
H1.HeaderClassName
{
color: #DED741;
}
.AnyTagClassName
{
color: #DED741;
}
</style>
background-color css
<style>
a { background-color: #DED741; }
a { background-color: rgb(222,215,65); }
div.DivClassName
{
background-color: #DED741;
}
.BgClassName
{
background-color: #DED741;
}
</style>
border-color css
<style>
span { border-color: #DED741; }
span { border-color: rgb(222,215,65); }
td.TdClassName
{
border-color: #DED741;
}
.TagClassName
{
border-color: #DED741;
}
</style>