Shades of Starship #DFE732
Tints of Starship #DFE732
RGB
CMYK
RGB Variations
Color information
#DFE732 (or 0xDFE732) is known color: Starship. HEX triplet: DF, E7 and 32. RGB value is (223,231,50). Sum of RGB (Red+Green+Blue) = 223+231+50=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE732 is #2018CD. Grayscale: #D0D0D0. Windows color (decimal): -2103502 or 3336159. OLE color: 3336159.
HSL color Cylindrical-coordinate representation of color #DFE732: hue angle of 62.65º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFE732 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 50 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.09 |
| HSL | 62.65º | 0.79% | 0.55% | - |
| HSV(B) | 62.65º | 0.78% | 0.91% | - |
| XYZ | 59.58 | 73.07 | 13.98 | - |
| YUV | 207.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 50 | 0.03 | 0 | 0.78 | 0.09 | 62.65 | 0.79 | 0.55 |
| Hex | DF | E7 | 32 | 3 | 0 | 4E | 9 | 3F | 4F | 37 |
| Octal | 337 | 347 | 62 | 3 | 0 | 116 | 11 | 77 | 117 | 67 |
| Binary | 11011111 | 11100111 | 110010 | 11 | 0 | 1001110 | 1001 | 111111 | 1001111 | 110111 |
Color Harmonies of #DFE732
Complementary color
Monochromatic Colors of #DFE732
Black with #DFE732
Text Example
Text Example
White with #DFE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE732; }
p { color: rgb(223,231,50); }
H1.HeaderClassName
{
color: #DFE732;
}
.AnyTagClassName
{
color: #DFE732;
}
</style>
background-color css
<style>
a { background-color: #DFE732; }
a { background-color: rgb(223,231,50); }
div.DivClassName
{
background-color: #DFE732;
}
.BgClassName
{
background-color: #DFE732;
}
</style>
border-color css
<style>
span { border-color: #DFE732; }
span { border-color: rgb(223,231,50); }
td.TdClassName
{
border-color: #DFE732;
}
.TagClassName
{
border-color: #DFE732;
}
</style>