Shades of Starship #DFE135
Tints of Starship #DFE135
RGB
CMYK
RGB Variations
Color information
#DFE135 (or 0xDFE135) is known color: Starship. HEX triplet: DF, E1 and 35. RGB value is (223,225,53). Sum of RGB (Red+Green+Blue) = 223+225+53=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE135 is #201ECA. Grayscale: #CDCDCD. Windows color (decimal): -2105035 or 3531231. OLE color: 3531231.
HSL color Cylindrical-coordinate representation of color #DFE135: hue angle of 60.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFE135 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 53 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.12 |
| HSL | 60.7º | 0.74% | 0.55% | - |
| HSV(B) | 60.7º | 0.76% | 0.88% | - |
| XYZ | 58 | 69.8 | 13.78 | - |
| YUV | 204.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 53 | 0.01 | 0 | 0.76 | 0.12 | 60.7 | 0.74 | 0.55 |
| Hex | DF | E1 | 35 | 1 | 0 | 4C | C | 3D | 4A | 37 |
| Octal | 337 | 341 | 65 | 1 | 0 | 114 | 14 | 75 | 112 | 67 |
| Binary | 11011111 | 11100001 | 110101 | 1 | 0 | 1001100 | 1100 | 111101 | 1001010 | 110111 |
Color Harmonies of #DFE135
Complementary color
Monochromatic Colors of #DFE135
Black with #DFE135
Text Example
Text Example
White with #DFE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE135; }
p { color: rgb(223,225,53); }
H1.HeaderClassName
{
color: #DFE135;
}
.AnyTagClassName
{
color: #DFE135;
}
</style>
background-color css
<style>
a { background-color: #DFE135; }
a { background-color: rgb(223,225,53); }
div.DivClassName
{
background-color: #DFE135;
}
.BgClassName
{
background-color: #DFE135;
}
</style>
border-color css
<style>
span { border-color: #DFE135; }
span { border-color: rgb(223,225,53); }
td.TdClassName
{
border-color: #DFE135;
}
.TagClassName
{
border-color: #DFE135;
}
</style>