Shades of Starship #DDE03D
Tints of Starship #DDE03D
RGB
CMYK
RGB Variations
Color information
#DDE03D (or 0xDDE03D) is known color: Starship. HEX triplet: DD, E0 and 3D. RGB value is (221,224,61). Sum of RGB (Red+Green+Blue) = 221+224+61=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE03D is #221FC2. Grayscale: #CDCDCD. Windows color (decimal): -2236355 or 4055261. OLE color: 4055261.
HSL color Cylindrical-coordinate representation of color #DDE03D: hue angle of 61.1º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDE03D is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 61 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.12 |
| HSL | 61.1º | 0.72% | 0.56% | - |
| HSV(B) | 61.1º | 0.73% | 0.88% | - |
| XYZ | 57.32 | 69.02 | 14.72 | - |
| YUV | 204.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 61 | 0.01 | 0 | 0.73 | 0.12 | 61.1 | 0.72 | 0.56 |
| Hex | DD | E0 | 3D | 1 | 0 | 49 | C | 3D | 48 | 38 |
| Octal | 335 | 340 | 75 | 1 | 0 | 111 | 14 | 75 | 110 | 70 |
| Binary | 11011101 | 11100000 | 111101 | 1 | 0 | 1001001 | 1100 | 111101 | 1001000 | 111000 |
Color Harmonies of #DDE03D
Complementary color
Monochromatic Colors of #DDE03D
Black with #DDE03D
Text Example
Text Example
White with #DDE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE03D; }
p { color: rgb(221,224,61); }
H1.HeaderClassName
{
color: #DDE03D;
}
.AnyTagClassName
{
color: #DDE03D;
}
</style>
background-color css
<style>
a { background-color: #DDE03D; }
a { background-color: rgb(221,224,61); }
div.DivClassName
{
background-color: #DDE03D;
}
.BgClassName
{
background-color: #DDE03D;
}
</style>
border-color css
<style>
span { border-color: #DDE03D; }
span { border-color: rgb(221,224,61); }
td.TdClassName
{
border-color: #DDE03D;
}
.TagClassName
{
border-color: #DDE03D;
}
</style>