Shades of Starship #DFE335
Tints of Starship #DFE335
RGB
CMYK
RGB Variations
Color information
#DFE335 (or 0xDFE335) is known color: Starship. HEX triplet: DF, E3 and 35. RGB value is (223,227,53). Sum of RGB (Red+Green+Blue) = 223+227+53=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE335 is #201CCA. Grayscale: #CECECE. Windows color (decimal): -2104523 or 3531743. OLE color: 3531743.
HSL color Cylindrical-coordinate representation of color #DFE335: hue angle of 61.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFE335 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 53 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.11 |
| HSL | 61.38º | 0.76% | 0.55% | - |
| HSV(B) | 61.38º | 0.77% | 0.89% | - |
| XYZ | 58.54 | 70.88 | 13.96 | - |
| YUV | 205.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 53 | 0.02 | 0 | 0.77 | 0.11 | 61.38 | 0.76 | 0.55 |
| Hex | DF | E3 | 35 | 2 | 0 | 4D | B | 3D | 4C | 37 |
| Octal | 337 | 343 | 65 | 2 | 0 | 115 | 13 | 75 | 114 | 67 |
| Binary | 11011111 | 11100011 | 110101 | 10 | 0 | 1001101 | 1011 | 111101 | 1001100 | 110111 |
Color Harmonies of #DFE335
Complementary color
Monochromatic Colors of #DFE335
Black with #DFE335
Text Example
Text Example
White with #DFE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE335; }
p { color: rgb(223,227,53); }
H1.HeaderClassName
{
color: #DFE335;
}
.AnyTagClassName
{
color: #DFE335;
}
</style>
background-color css
<style>
a { background-color: #DFE335; }
a { background-color: rgb(223,227,53); }
div.DivClassName
{
background-color: #DFE335;
}
.BgClassName
{
background-color: #DFE335;
}
</style>
border-color css
<style>
span { border-color: #DFE335; }
span { border-color: rgb(223,227,53); }
td.TdClassName
{
border-color: #DFE335;
}
.TagClassName
{
border-color: #DFE335;
}
</style>