Shades of Starship #DFEA37
Tints of Starship #DFEA37
RGB
CMYK
RGB Variations
Color information
#DFEA37 (or 0xDFEA37) is known color: Starship. HEX triplet: DF, EA and 37. RGB value is (223,234,55). Sum of RGB (Red+Green+Blue) = 223+234+55=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA37 is #2015C8. Grayscale: #D3D3D3. Windows color (decimal): -2102729 or 3664607. OLE color: 3664607.
HSL color Cylindrical-coordinate representation of color #DFEA37: hue angle of 63.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFEA37 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 55 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.08 |
| HSL | 63.69º | 0.81% | 0.57% | - |
| HSV(B) | 63.69º | 0.76% | 0.92% | - |
| XYZ | 60.54 | 74.81 | 14.86 | - |
| YUV | 210.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 55 | 0.05 | 0 | 0.76 | 0.08 | 63.69 | 0.81 | 0.57 |
| Hex | DF | EA | 37 | 5 | 0 | 4C | 8 | 40 | 51 | 39 |
| Octal | 337 | 352 | 67 | 5 | 0 | 114 | 10 | 100 | 121 | 71 |
| Binary | 11011111 | 11101010 | 110111 | 101 | 0 | 1001100 | 1000 | 1000000 | 1010001 | 111001 |
Color Harmonies of #DFEA37
Complementary color
Monochromatic Colors of #DFEA37
Black with #DFEA37
Text Example
Text Example
White with #DFEA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA37; }
p { color: rgb(223,234,55); }
H1.HeaderClassName
{
color: #DFEA37;
}
.AnyTagClassName
{
color: #DFEA37;
}
</style>
background-color css
<style>
a { background-color: #DFEA37; }
a { background-color: rgb(223,234,55); }
div.DivClassName
{
background-color: #DFEA37;
}
.BgClassName
{
background-color: #DFEA37;
}
</style>
border-color css
<style>
span { border-color: #DFEA37; }
span { border-color: rgb(223,234,55); }
td.TdClassName
{
border-color: #DFEA37;
}
.TagClassName
{
border-color: #DFEA37;
}
</style>