Shades of Starship #DFEB42
Tints of Starship #DFEB42
RGB
CMYK
RGB Variations
Color information
#DFEB42 (or 0xDFEB42) is known color: Starship. HEX triplet: DF, EB and 42. RGB value is (223,235,66). Sum of RGB (Red+Green+Blue) = 223+235+66=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 66 (26.17% from 255 or 12.60% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB42 is #2014BD. Grayscale: #D4D4D4. Windows color (decimal): -2102462 or 4385759. OLE color: 4385759.
HSL color Cylindrical-coordinate representation of color #DFEB42: hue angle of 64.26º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFEB42 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 66 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.08 |
| HSL | 64.26º | 0.81% | 0.59% | - |
| HSV(B) | 64.26º | 0.72% | 0.92% | - |
| XYZ | 61.12 | 75.5 | 16.51 | - |
| YUV | 212.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 66 | 0.05 | 0 | 0.72 | 0.08 | 64.26 | 0.81 | 0.59 |
| Hex | DF | EB | 42 | 5 | 0 | 48 | 8 | 40 | 51 | 3B |
| Octal | 337 | 353 | 102 | 5 | 0 | 110 | 10 | 100 | 121 | 73 |
| Binary | 11011111 | 11101011 | 1000010 | 101 | 0 | 1001000 | 1000 | 1000000 | 1010001 | 111011 |
Color Harmonies of #DFEB42
Complementary color
Monochromatic Colors of #DFEB42
Black with #DFEB42
Text Example
Text Example
White with #DFEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB42; }
p { color: rgb(223,235,66); }
H1.HeaderClassName
{
color: #DFEB42;
}
.AnyTagClassName
{
color: #DFEB42;
}
</style>
background-color css
<style>
a { background-color: #DFEB42; }
a { background-color: rgb(223,235,66); }
div.DivClassName
{
background-color: #DFEB42;
}
.BgClassName
{
background-color: #DFEB42;
}
</style>
border-color css
<style>
span { border-color: #DFEB42; }
span { border-color: rgb(223,235,66); }
td.TdClassName
{
border-color: #DFEB42;
}
.TagClassName
{
border-color: #DFEB42;
}
</style>