Shades of Starship #DDDE40
Tints of Starship #DDDE40
RGB
CMYK
RGB Variations
Color information
#DDDE40 (or 0xDDDE40) is known color: Starship. HEX triplet: DD, DE and 40. RGB value is (221,222,64). Sum of RGB (Red+Green+Blue) = 221+222+64=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE40 is #2221BF. Grayscale: #CCCCCC. Windows color (decimal): -2236864 or 4251357. OLE color: 4251357.
HSL color Cylindrical-coordinate representation of color #DDDE40: hue angle of 60.38º degrees, saturation: 0.71, 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 #DDDE40 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 64 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.13 |
| HSL | 60.38º | 0.71% | 0.56% | - |
| HSV(B) | 60.38º | 0.71% | 0.87% | - |
| XYZ | 56.87 | 67.98 | 14.98 | - |
| YUV | 203.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 64 | 0.00 | 0 | 0.71 | 0.13 | 60.38 | 0.71 | 0.56 |
| Hex | DD | DE | 40 | 0 | 0 | 47 | D | 3C | 47 | 38 |
| Octal | 335 | 336 | 100 | 0 | 0 | 107 | 15 | 74 | 107 | 70 |
| Binary | 11011101 | 11011110 | 1000000 | 0 | 0 | 1000111 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DDDE40
Complementary color
Monochromatic Colors of #DDDE40
Black with #DDDE40
Text Example
Text Example
White with #DDDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE40; }
p { color: rgb(221,222,64); }
H1.HeaderClassName
{
color: #DDDE40;
}
.AnyTagClassName
{
color: #DDDE40;
}
</style>
background-color css
<style>
a { background-color: #DDDE40; }
a { background-color: rgb(221,222,64); }
div.DivClassName
{
background-color: #DDDE40;
}
.BgClassName
{
background-color: #DDDE40;
}
</style>
border-color css
<style>
span { border-color: #DDDE40; }
span { border-color: rgb(221,222,64); }
td.TdClassName
{
border-color: #DDDE40;
}
.TagClassName
{
border-color: #DDDE40;
}
</style>