Shades of Starship #DFEC3C
Tints of Starship #DFEC3C
RGB
CMYK
RGB Variations
Color information
#DFEC3C (or 0xDFEC3C) is known color: Starship. HEX triplet: DF, EC and 3C. RGB value is (223,236,60). Sum of RGB (Red+Green+Blue) = 223+236+60=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC3C is #2013C3. Grayscale: #D4D4D4. Windows color (decimal): -2102212 or 3992799. OLE color: 3992799.
HSL color Cylindrical-coordinate representation of color #DFEC3C: hue angle of 64.43º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFEC3C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 60 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.07 |
| HSL | 64.43º | 0.82% | 0.58% | - |
| HSV(B) | 64.43º | 0.75% | 0.93% | - |
| XYZ | 61.24 | 76.01 | 15.72 | - |
| YUV | 212.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 60 | 0.06 | 0 | 0.75 | 0.07 | 64.43 | 0.82 | 0.58 |
| Hex | DF | EC | 3C | 6 | 0 | 4B | 7 | 40 | 52 | 3A |
| Octal | 337 | 354 | 74 | 6 | 0 | 113 | 7 | 100 | 122 | 72 |
| Binary | 11011111 | 11101100 | 111100 | 110 | 0 | 1001011 | 111 | 1000000 | 1010010 | 111010 |
Color Harmonies of #DFEC3C
Complementary color
Monochromatic Colors of #DFEC3C
Black with #DFEC3C
Text Example
Text Example
White with #DFEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC3C; }
p { color: rgb(223,236,60); }
H1.HeaderClassName
{
color: #DFEC3C;
}
.AnyTagClassName
{
color: #DFEC3C;
}
</style>
background-color css
<style>
a { background-color: #DFEC3C; }
a { background-color: rgb(223,236,60); }
div.DivClassName
{
background-color: #DFEC3C;
}
.BgClassName
{
background-color: #DFEC3C;
}
</style>
border-color css
<style>
span { border-color: #DFEC3C; }
span { border-color: rgb(223,236,60); }
td.TdClassName
{
border-color: #DFEC3C;
}
.TagClassName
{
border-color: #DFEC3C;
}
</style>