Shades of Starship #DDF64A
Tints of Starship #DDF64A
RGB
CMYK
RGB Variations
Color information
#DDF64A (or 0xDDF64A) is known color: Starship. HEX triplet: DD, F6 and 4A. RGB value is (221,246,74). Sum of RGB (Red+Green+Blue) = 221+246+74=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF64A is #2209B5. Grayscale: #DBDBDB. Windows color (decimal): -2230710 or 4912861. OLE color: 4912861.
HSL color Cylindrical-coordinate representation of color #DDF64A: hue angle of 68.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF64A is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 246 | 74 | - |
CMYK | 0.10 | 0 | 0.70 | 0.04 |
HSL | 68.72º | 0.91% | 0.63% | - |
HSV(B) | 68.72º | 0.7% | 0.96% | - |
XYZ | 64.01 | 81.78 | 18.89 | - |
YUV | 218.92 | 46.22 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 246 | 74 | 0.10 | 0 | 0.70 | 0.04 | 68.72 | 0.91 | 0.63 |
Hex | DD | F6 | 4A | A | 0 | 46 | 4 | 45 | 5B | 3F |
Octal | 335 | 366 | 112 | 12 | 0 | 106 | 4 | 105 | 133 | 77 |
Binary | 11011101 | 11110110 | 1001010 | 1010 | 0 | 1000110 | 100 | 1000101 | 1011011 | 111111 |
Color Harmonies of #DDF64A
Complementary color
Monochromatic Colors of #DDF64A
Black with #DDF64A
Text Example
Text Example
White with #DDF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF64A; }
p { color: rgb(221,246,74); }
H1.HeaderClassName
{
color: #DDF64A;
}
.AnyTagClassName
{
color: #DDF64A;
}
</style>
background-color css
<style>
a { background-color: #DDF64A; }
a { background-color: rgb(221,246,74); }
div.DivClassName
{
background-color: #DDF64A;
}
.BgClassName
{
background-color: #DDF64A;
}
</style>
border-color css
<style>
span { border-color: #DDF64A; }
span { border-color: rgb(221,246,74); }
td.TdClassName
{
border-color: #DDF64A;
}
.TagClassName
{
border-color: #DDF64A;
}
</style>