Shades of Starship #DFE338
Tints of Starship #DFE338
RGB
CMYK
RGB Variations
Color information
#DFE338 (or 0xDFE338) is known color: Starship. HEX triplet: DF, E3 and 38. RGB value is (223,227,56). Sum of RGB (Red+Green+Blue) = 223+227+56=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE338 is #201CC7. Grayscale: #CECECE. Windows color (decimal): -2104520 or 3728351. OLE color: 3728351.
HSL color Cylindrical-coordinate representation of color #DFE338: hue angle of 61.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFE338 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 56 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.11 |
| HSL | 61.4º | 0.75% | 0.55% | - |
| HSV(B) | 61.4º | 0.75% | 0.89% | - |
| XYZ | 58.61 | 70.91 | 14.34 | - |
| YUV | 206.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 56 | 0.02 | 0 | 0.75 | 0.11 | 61.4 | 0.75 | 0.55 |
| Hex | DF | E3 | 38 | 2 | 0 | 4B | B | 3D | 4B | 37 |
| Octal | 337 | 343 | 70 | 2 | 0 | 113 | 13 | 75 | 113 | 67 |
| Binary | 11011111 | 11100011 | 111000 | 10 | 0 | 1001011 | 1011 | 111101 | 1001011 | 110111 |
Color Harmonies of #DFE338
Complementary color
Monochromatic Colors of #DFE338
Black with #DFE338
Text Example
Text Example
White with #DFE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE338; }
p { color: rgb(223,227,56); }
H1.HeaderClassName
{
color: #DFE338;
}
.AnyTagClassName
{
color: #DFE338;
}
</style>
background-color css
<style>
a { background-color: #DFE338; }
a { background-color: rgb(223,227,56); }
div.DivClassName
{
background-color: #DFE338;
}
.BgClassName
{
background-color: #DFE338;
}
</style>
border-color css
<style>
span { border-color: #DFE338; }
span { border-color: rgb(223,227,56); }
td.TdClassName
{
border-color: #DFE338;
}
.TagClassName
{
border-color: #DFE338;
}
</style>