Shades of Starship #DDDE41
Tints of Starship #DDDE41
RGB
CMYK
RGB Variations
Color information
#DDDE41 (or 0xDDDE41) is known color: Starship. HEX triplet: DD, DE and 41. RGB value is (221,222,65). Sum of RGB (Red+Green+Blue) = 221+222+65=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE41 is #2221BE. Grayscale: #CCCCCC. Windows color (decimal): -2236863 or 4316893. OLE color: 4316893.
HSL color Cylindrical-coordinate representation of color #DDDE41: hue angle of 60.38º 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 #DDDE41 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 65 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.13 |
| HSL | 60.38º | 0.7% | 0.56% | - |
| HSV(B) | 60.38º | 0.71% | 0.87% | - |
| XYZ | 56.89 | 68 | 15.13 | - |
| YUV | 203.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 65 | 0.00 | 0 | 0.71 | 0.13 | 60.38 | 0.7 | 0.56 |
| Hex | DD | DE | 41 | 0 | 0 | 47 | D | 3C | 46 | 38 |
| Octal | 335 | 336 | 101 | 0 | 0 | 107 | 15 | 74 | 106 | 70 |
| Binary | 11011101 | 11011110 | 1000001 | 0 | 0 | 1000111 | 1101 | 111100 | 1000110 | 111000 |
Color Harmonies of #DDDE41
Complementary color
Monochromatic Colors of #DDDE41
Black with #DDDE41
Text Example
Text Example
White with #DDDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE41; }
p { color: rgb(221,222,65); }
H1.HeaderClassName
{
color: #DDDE41;
}
.AnyTagClassName
{
color: #DDDE41;
}
</style>
background-color css
<style>
a { background-color: #DDDE41; }
a { background-color: rgb(221,222,65); }
div.DivClassName
{
background-color: #DDDE41;
}
.BgClassName
{
background-color: #DDDE41;
}
</style>
border-color css
<style>
span { border-color: #DDDE41; }
span { border-color: rgb(221,222,65); }
td.TdClassName
{
border-color: #DDDE41;
}
.TagClassName
{
border-color: #DDDE41;
}
</style>