Shades of Starship #DDE13A
Tints of Starship #DDE13A
RGB
CMYK
RGB Variations
Color information
#DDE13A (or 0xDDE13A) is known color: Starship. HEX triplet: DD, E1 and 3A. RGB value is (221,225,58). Sum of RGB (Red+Green+Blue) = 221+225+58=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE13A is #221EC5. Grayscale: #CDCDCD. Windows color (decimal): -2236102 or 3858909. OLE color: 3858909.
HSL color Cylindrical-coordinate representation of color #DDE13A: hue angle of 61.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDE13A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.12 |
| HSL | 61.44º | 0.74% | 0.55% | - |
| HSV(B) | 61.44º | 0.74% | 0.88% | - |
| XYZ | 57.51 | 69.53 | 14.39 | - |
| YUV | 204.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 58 | 0.02 | 0 | 0.74 | 0.12 | 61.44 | 0.74 | 0.55 |
| Hex | DD | E1 | 3A | 2 | 0 | 4A | C | 3D | 4A | 37 |
| Octal | 335 | 341 | 72 | 2 | 0 | 112 | 14 | 75 | 112 | 67 |
| Binary | 11011101 | 11100001 | 111010 | 10 | 0 | 1001010 | 1100 | 111101 | 1001010 | 110111 |
Color Harmonies of #DDE13A
Complementary color
Monochromatic Colors of #DDE13A
Black with #DDE13A
Text Example
Text Example
White with #DDE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE13A; }
p { color: rgb(221,225,58); }
H1.HeaderClassName
{
color: #DDE13A;
}
.AnyTagClassName
{
color: #DDE13A;
}
</style>
background-color css
<style>
a { background-color: #DDE13A; }
a { background-color: rgb(221,225,58); }
div.DivClassName
{
background-color: #DDE13A;
}
.BgClassName
{
background-color: #DDE13A;
}
</style>
border-color css
<style>
span { border-color: #DDE13A; }
span { border-color: rgb(221,225,58); }
td.TdClassName
{
border-color: #DDE13A;
}
.TagClassName
{
border-color: #DDE13A;
}
</style>