Shades of Starship #DDED42
Tints of Starship #DDED42
RGB
CMYK
RGB Variations
Color information
#DDED42 (or 0xDDED42) is known color: Starship. HEX triplet: DD, ED and 42. RGB value is (221,237,66). Sum of RGB (Red+Green+Blue) = 221+237+66=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 66 (26.17% from 255 or 12.60% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED42 is #2212BD. Grayscale: #D5D5D5. Windows color (decimal): -2233022 or 4386269. OLE color: 4386269.
HSL color Cylindrical-coordinate representation of color #DDED42: hue angle of 65.61º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDED42 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 66 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 65.61º | 0.83% | 0.59% | - |
| HSV(B) | 65.61º | 0.72% | 0.93% | - |
| XYZ | 61.09 | 76.33 | 16.67 | - |
| YUV | 212.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 66 | 0.07 | 0 | 0.72 | 0.07 | 65.61 | 0.83 | 0.59 |
| Hex | DD | ED | 42 | 7 | 0 | 48 | 7 | 42 | 53 | 3B |
| Octal | 335 | 355 | 102 | 7 | 0 | 110 | 7 | 102 | 123 | 73 |
| Binary | 11011101 | 11101101 | 1000010 | 111 | 0 | 1001000 | 111 | 1000010 | 1010011 | 111011 |
Color Harmonies of #DDED42
Complementary color
Monochromatic Colors of #DDED42
Black with #DDED42
Text Example
Text Example
White with #DDED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED42; }
p { color: rgb(221,237,66); }
H1.HeaderClassName
{
color: #DDED42;
}
.AnyTagClassName
{
color: #DDED42;
}
</style>
background-color css
<style>
a { background-color: #DDED42; }
a { background-color: rgb(221,237,66); }
div.DivClassName
{
background-color: #DDED42;
}
.BgClassName
{
background-color: #DDED42;
}
</style>
border-color css
<style>
span { border-color: #DDED42; }
span { border-color: rgb(221,237,66); }
td.TdClassName
{
border-color: #DDED42;
}
.TagClassName
{
border-color: #DDED42;
}
</style>