Shades of Starship #DFE835
Tints of Starship #DFE835
RGB
CMYK
RGB Variations
Color information
#DFE835 (or 0xDFE835) is known color: Starship. HEX triplet: DF, E8 and 35. RGB value is (223,232,53). Sum of RGB (Red+Green+Blue) = 223+232+53=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE835 is #2017CA. Grayscale: #D1D1D1. Windows color (decimal): -2103243 or 3533023. OLE color: 3533023.
HSL color Cylindrical-coordinate representation of color #DFE835: hue angle of 63.02º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFE835 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 53 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.09 |
| HSL | 63.02º | 0.8% | 0.56% | - |
| HSV(B) | 63.02º | 0.77% | 0.91% | - |
| XYZ | 59.93 | 73.66 | 14.43 | - |
| YUV | 208.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 53 | 0.04 | 0 | 0.77 | 0.09 | 63.02 | 0.8 | 0.56 |
| Hex | DF | E8 | 35 | 4 | 0 | 4D | 9 | 3F | 50 | 38 |
| Octal | 337 | 350 | 65 | 4 | 0 | 115 | 11 | 77 | 120 | 70 |
| Binary | 11011111 | 11101000 | 110101 | 100 | 0 | 1001101 | 1001 | 111111 | 1010000 | 111000 |
Color Harmonies of #DFE835
Complementary color
Monochromatic Colors of #DFE835
Black with #DFE835
Text Example
Text Example
White with #DFE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE835; }
p { color: rgb(223,232,53); }
H1.HeaderClassName
{
color: #DFE835;
}
.AnyTagClassName
{
color: #DFE835;
}
</style>
background-color css
<style>
a { background-color: #DFE835; }
a { background-color: rgb(223,232,53); }
div.DivClassName
{
background-color: #DFE835;
}
.BgClassName
{
background-color: #DFE835;
}
</style>
border-color css
<style>
span { border-color: #DFE835; }
span { border-color: rgb(223,232,53); }
td.TdClassName
{
border-color: #DFE835;
}
.TagClassName
{
border-color: #DFE835;
}
</style>