Shades of Starship #DFEB40
Tints of Starship #DFEB40
RGB
CMYK
RGB Variations
Color information
#DFEB40 (or 0xDFEB40) is known color: Starship. HEX triplet: DF, EB and 40. RGB value is (223,235,64). Sum of RGB (Red+Green+Blue) = 223+235+64=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB40 is #2014BF. Grayscale: #D4D4D4. Windows color (decimal): -2102464 or 4254687. OLE color: 4254687.
HSL color Cylindrical-coordinate representation of color #DFEB40: hue angle of 64.21º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFEB40 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 64 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.08 |
| HSL | 64.21º | 0.81% | 0.59% | - |
| HSV(B) | 64.21º | 0.73% | 0.92% | - |
| XYZ | 61.07 | 75.47 | 16.2 | - |
| YUV | 211.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 64 | 0.05 | 0 | 0.73 | 0.08 | 64.21 | 0.81 | 0.59 |
| Hex | DF | EB | 40 | 5 | 0 | 49 | 8 | 40 | 51 | 3B |
| Octal | 337 | 353 | 100 | 5 | 0 | 111 | 10 | 100 | 121 | 73 |
| Binary | 11011111 | 11101011 | 1000000 | 101 | 0 | 1001001 | 1000 | 1000000 | 1010001 | 111011 |
Color Harmonies of #DFEB40
Complementary color
Monochromatic Colors of #DFEB40
Black with #DFEB40
Text Example
Text Example
White with #DFEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB40; }
p { color: rgb(223,235,64); }
H1.HeaderClassName
{
color: #DFEB40;
}
.AnyTagClassName
{
color: #DFEB40;
}
</style>
background-color css
<style>
a { background-color: #DFEB40; }
a { background-color: rgb(223,235,64); }
div.DivClassName
{
background-color: #DFEB40;
}
.BgClassName
{
background-color: #DFEB40;
}
</style>
border-color css
<style>
span { border-color: #DFEB40; }
span { border-color: rgb(223,235,64); }
td.TdClassName
{
border-color: #DFEB40;
}
.TagClassName
{
border-color: #DFEB40;
}
</style>