Shades of Starship #DFE533
Tints of Starship #DFE533
RGB
CMYK
RGB Variations
Color information
#DFE533 (or 0xDFE533) is known color: Starship. HEX triplet: DF, E5 and 33. RGB value is (223,229,51). Sum of RGB (Red+Green+Blue) = 223+229+51=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE533 is #201ACC. Grayscale: #CFCFCF. Windows color (decimal): -2104013 or 3401183. OLE color: 3401183.
HSL color Cylindrical-coordinate representation of color #DFE533: hue angle of 62.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFE533 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 51 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.10 |
| HSL | 62.02º | 0.77% | 0.55% | - |
| HSV(B) | 62.02º | 0.78% | 0.9% | - |
| XYZ | 59.05 | 71.97 | 13.91 | - |
| YUV | 206.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 51 | 0.03 | 0 | 0.78 | 0.10 | 62.02 | 0.77 | 0.55 |
| Hex | DF | E5 | 33 | 3 | 0 | 4E | A | 3E | 4D | 37 |
| Octal | 337 | 345 | 63 | 3 | 0 | 116 | 12 | 76 | 115 | 67 |
| Binary | 11011111 | 11100101 | 110011 | 11 | 0 | 1001110 | 1010 | 111110 | 1001101 | 110111 |
Color Harmonies of #DFE533
Complementary color
Monochromatic Colors of #DFE533
Black with #DFE533
Text Example
Text Example
White with #DFE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE533; }
p { color: rgb(223,229,51); }
H1.HeaderClassName
{
color: #DFE533;
}
.AnyTagClassName
{
color: #DFE533;
}
</style>
background-color css
<style>
a { background-color: #DFE533; }
a { background-color: rgb(223,229,51); }
div.DivClassName
{
background-color: #DFE533;
}
.BgClassName
{
background-color: #DFE533;
}
</style>
border-color css
<style>
span { border-color: #DFE533; }
span { border-color: rgb(223,229,51); }
td.TdClassName
{
border-color: #DFE533;
}
.TagClassName
{
border-color: #DFE533;
}
</style>