Shades of Starship #DFEC45
Tints of Starship #DFEC45
RGB
CMYK
RGB Variations
Color information
#DFEC45 (or 0xDFEC45) is known color: Starship. HEX triplet: DF, EC and 45. RGB value is (223,236,69). Sum of RGB (Red+Green+Blue) = 223+236+69=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC45 is #2013BA. Grayscale: #D5D5D5. Windows color (decimal): -2102203 or 4582623. OLE color: 4582623.
HSL color Cylindrical-coordinate representation of color #DFEC45: hue angle of 64.67º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFEC45 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 69 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.07 |
| HSL | 64.67º | 0.81% | 0.6% | - |
| HSV(B) | 64.67º | 0.71% | 0.93% | - |
| XYZ | 61.5 | 76.11 | 17.08 | - |
| YUV | 213.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 69 | 0.06 | 0 | 0.71 | 0.07 | 64.67 | 0.81 | 0.6 |
| Hex | DF | EC | 45 | 6 | 0 | 47 | 7 | 41 | 51 | 3C |
| Octal | 337 | 354 | 105 | 6 | 0 | 107 | 7 | 101 | 121 | 74 |
| Binary | 11011111 | 11101100 | 1000101 | 110 | 0 | 1000111 | 111 | 1000001 | 1010001 | 111100 |
Color Harmonies of #DFEC45
Complementary color
Monochromatic Colors of #DFEC45
Black with #DFEC45
Text Example
Text Example
White with #DFEC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC45; }
p { color: rgb(223,236,69); }
H1.HeaderClassName
{
color: #DFEC45;
}
.AnyTagClassName
{
color: #DFEC45;
}
</style>
background-color css
<style>
a { background-color: #DFEC45; }
a { background-color: rgb(223,236,69); }
div.DivClassName
{
background-color: #DFEC45;
}
.BgClassName
{
background-color: #DFEC45;
}
</style>
border-color css
<style>
span { border-color: #DFEC45; }
span { border-color: rgb(223,236,69); }
td.TdClassName
{
border-color: #DFEC45;
}
.TagClassName
{
border-color: #DFEC45;
}
</style>