Shades of Starship #DDE043
Tints of Starship #DDE043
RGB
CMYK
RGB Variations
Color information
#DDE043 (or 0xDDE043) is known color: Starship. HEX triplet: DD, E0 and 43. RGB value is (221,224,67). Sum of RGB (Red+Green+Blue) = 221+224+67=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE043 is #221FBC. Grayscale: #CDCDCD. Windows color (decimal): -2236349 or 4448477. OLE color: 4448477.
HSL color Cylindrical-coordinate representation of color #DDE043: hue angle of 61.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDE043 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.12 |
| HSL | 61.15º | 0.72% | 0.57% | - |
| HSV(B) | 61.15º | 0.7% | 0.88% | - |
| XYZ | 57.49 | 69.09 | 15.62 | - |
| YUV | 205.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 67 | 0.01 | 0 | 0.70 | 0.12 | 61.15 | 0.72 | 0.57 |
| Hex | DD | E0 | 43 | 1 | 0 | 46 | C | 3D | 48 | 39 |
| Octal | 335 | 340 | 103 | 1 | 0 | 106 | 14 | 75 | 110 | 71 |
| Binary | 11011101 | 11100000 | 1000011 | 1 | 0 | 1000110 | 1100 | 111101 | 1001000 | 111001 |
Color Harmonies of #DDE043
Complementary color
Monochromatic Colors of #DDE043
Black with #DDE043
Text Example
Text Example
White with #DDE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE043; }
p { color: rgb(221,224,67); }
H1.HeaderClassName
{
color: #DDE043;
}
.AnyTagClassName
{
color: #DDE043;
}
</style>
background-color css
<style>
a { background-color: #DDE043; }
a { background-color: rgb(221,224,67); }
div.DivClassName
{
background-color: #DDE043;
}
.BgClassName
{
background-color: #DDE043;
}
</style>
border-color css
<style>
span { border-color: #DDE043; }
span { border-color: rgb(221,224,67); }
td.TdClassName
{
border-color: #DDE043;
}
.TagClassName
{
border-color: #DDE043;
}
</style>