Shades of Starship #DFE133
Tints of Starship #DFE133
RGB
CMYK
RGB Variations
Color information
#DFE133 (or 0xDFE133) is known color: Starship. HEX triplet: DF, E1 and 33. RGB value is (223,225,51). Sum of RGB (Red+Green+Blue) = 223+225+51=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 51 (20.31% from 255 or 10.22% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE133 is #201ECC. Grayscale: #CDCDCD. Windows color (decimal): -2105037 or 3400159. OLE color: 3400159.
HSL color Cylindrical-coordinate representation of color #DFE133: hue angle of 60.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFE133 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.12 |
| HSL | 60.69º | 0.74% | 0.54% | - |
| HSV(B) | 60.69º | 0.77% | 0.88% | - |
| XYZ | 57.95 | 69.78 | 13.55 | - |
| YUV | 204.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 51 | 0.01 | 0 | 0.77 | 0.12 | 60.69 | 0.74 | 0.54 |
| Hex | DF | E1 | 33 | 1 | 0 | 4D | C | 3D | 4A | 36 |
| Octal | 337 | 341 | 63 | 1 | 0 | 115 | 14 | 75 | 112 | 66 |
| Binary | 11011111 | 11100001 | 110011 | 1 | 0 | 1001101 | 1100 | 111101 | 1001010 | 110110 |
Color Harmonies of #DFE133
Complementary color
Monochromatic Colors of #DFE133
Black with #DFE133
Text Example
Text Example
White with #DFE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE133; }
p { color: rgb(223,225,51); }
H1.HeaderClassName
{
color: #DFE133;
}
.AnyTagClassName
{
color: #DFE133;
}
</style>
background-color css
<style>
a { background-color: #DFE133; }
a { background-color: rgb(223,225,51); }
div.DivClassName
{
background-color: #DFE133;
}
.BgClassName
{
background-color: #DFE133;
}
</style>
border-color css
<style>
span { border-color: #DFE133; }
span { border-color: rgb(223,225,51); }
td.TdClassName
{
border-color: #DFE133;
}
.TagClassName
{
border-color: #DFE133;
}
</style>