Shades of Starship #DDE740
Tints of Starship #DDE740
RGB
CMYK
RGB Variations
Color information
#DDE740 (or 0xDDE740) is known color: Starship. HEX triplet: DD, E7 and 40. RGB value is (221,231,64). Sum of RGB (Red+Green+Blue) = 221+231+64=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE740 is #2218BF. Grayscale: #D1D1D1. Windows color (decimal): -2234560 or 4253661. OLE color: 4253661.
HSL color Cylindrical-coordinate representation of color #DDE740: hue angle of 63.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDE740 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.09 |
| HSL | 63.59º | 0.78% | 0.58% | - |
| HSV(B) | 63.59º | 0.72% | 0.91% | - |
| XYZ | 59.32 | 72.89 | 15.79 | - |
| YUV | 208.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 64 | 0.04 | 0 | 0.72 | 0.09 | 63.59 | 0.78 | 0.58 |
| Hex | DD | E7 | 40 | 4 | 0 | 48 | 9 | 40 | 4E | 3A |
| Octal | 335 | 347 | 100 | 4 | 0 | 110 | 11 | 100 | 116 | 72 |
| Binary | 11011101 | 11100111 | 1000000 | 100 | 0 | 1001000 | 1001 | 1000000 | 1001110 | 111010 |
Color Harmonies of #DDE740
Complementary color
Monochromatic Colors of #DDE740
Black with #DDE740
Text Example
Text Example
White with #DDE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE740; }
p { color: rgb(221,231,64); }
H1.HeaderClassName
{
color: #DDE740;
}
.AnyTagClassName
{
color: #DDE740;
}
</style>
background-color css
<style>
a { background-color: #DDE740; }
a { background-color: rgb(221,231,64); }
div.DivClassName
{
background-color: #DDE740;
}
.BgClassName
{
background-color: #DDE740;
}
</style>
border-color css
<style>
span { border-color: #DDE740; }
span { border-color: rgb(221,231,64); }
td.TdClassName
{
border-color: #DDE740;
}
.TagClassName
{
border-color: #DDE740;
}
</style>