Shades of Starship #D6DF46
Tints of Starship #D6DF46
RGB
CMYK
RGB Variations
Color information
#D6DF46 (or 0xD6DF46) is known color: Starship. HEX triplet: D6, DF and 46. RGB value is (214,223,70). Sum of RGB (Red+Green+Blue) = 214+223+70=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF46 is #2920B9. Grayscale: #CBCBCB. Windows color (decimal): -2695354 or 4644822. OLE color: 4644822.
HSL color Cylindrical-coordinate representation of color #D6DF46: hue angle of 63.53º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6DF46 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.13 |
| HSL | 63.53º | 0.71% | 0.57% | - |
| HSV(B) | 63.53º | 0.69% | 0.87% | - |
| XYZ | 55.22 | 67.51 | 15.92 | - |
| YUV | 202.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 70 | 0.04 | 0 | 0.69 | 0.13 | 63.53 | 0.71 | 0.57 |
| Hex | D6 | DF | 46 | 4 | 0 | 45 | D | 40 | 47 | 39 |
| Octal | 326 | 337 | 106 | 4 | 0 | 105 | 15 | 100 | 107 | 71 |
| Binary | 11010110 | 11011111 | 1000110 | 100 | 0 | 1000101 | 1101 | 1000000 | 1000111 | 111001 |
Color Harmonies of #D6DF46
Complementary color
Monochromatic Colors of #D6DF46
Black with #D6DF46
Text Example
Text Example
White with #D6DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF46; }
p { color: rgb(214,223,70); }
H1.HeaderClassName
{
color: #D6DF46;
}
.AnyTagClassName
{
color: #D6DF46;
}
</style>
background-color css
<style>
a { background-color: #D6DF46; }
a { background-color: rgb(214,223,70); }
div.DivClassName
{
background-color: #D6DF46;
}
.BgClassName
{
background-color: #D6DF46;
}
</style>
border-color css
<style>
span { border-color: #D6DF46; }
span { border-color: rgb(214,223,70); }
td.TdClassName
{
border-color: #D6DF46;
}
.TagClassName
{
border-color: #D6DF46;
}
</style>