Shades of Starship #DDE43B
Tints of Starship #DDE43B
RGB
CMYK
RGB Variations
Color information
#DDE43B (or 0xDDE43B) is known color: Starship. HEX triplet: DD, E4 and 3B. RGB value is (221,228,59). Sum of RGB (Red+Green+Blue) = 221+228+59=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE43B is #221BC4. Grayscale: #CFCFCF. Windows color (decimal): -2235333 or 3925213. OLE color: 3925213.
HSL color Cylindrical-coordinate representation of color #DDE43B: hue angle of 62.49º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDE43B is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 59 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.11 |
| HSL | 62.49º | 0.76% | 0.56% | - |
| HSV(B) | 62.49º | 0.74% | 0.89% | - |
| XYZ | 58.35 | 71.17 | 14.8 | - |
| YUV | 206.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 59 | 0.03 | 0 | 0.74 | 0.11 | 62.49 | 0.76 | 0.56 |
| Hex | DD | E4 | 3B | 3 | 0 | 4A | B | 3E | 4C | 38 |
| Octal | 335 | 344 | 73 | 3 | 0 | 112 | 13 | 76 | 114 | 70 |
| Binary | 11011101 | 11100100 | 111011 | 11 | 0 | 1001010 | 1011 | 111110 | 1001100 | 111000 |
Color Harmonies of #DDE43B
Complementary color
Monochromatic Colors of #DDE43B
Black with #DDE43B
Text Example
Text Example
White with #DDE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE43B; }
p { color: rgb(221,228,59); }
H1.HeaderClassName
{
color: #DDE43B;
}
.AnyTagClassName
{
color: #DDE43B;
}
</style>
background-color css
<style>
a { background-color: #DDE43B; }
a { background-color: rgb(221,228,59); }
div.DivClassName
{
background-color: #DDE43B;
}
.BgClassName
{
background-color: #DDE43B;
}
</style>
border-color css
<style>
span { border-color: #DDE43B; }
span { border-color: rgb(221,228,59); }
td.TdClassName
{
border-color: #DDE43B;
}
.TagClassName
{
border-color: #DDE43B;
}
</style>