Shades of Starship #D7DF46
Tints of Starship #D7DF46
RGB
CMYK
RGB Variations
Color information
#D7DF46 (or 0xD7DF46) is known color: Starship. HEX triplet: D7, DF and 46. RGB value is (215,223,70). Sum of RGB (Red+Green+Blue) = 215+223+70=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF46 is #2820B9. Grayscale: #CBCBCB. Windows color (decimal): -2629818 or 4644823. OLE color: 4644823.
HSL color Cylindrical-coordinate representation of color #D7DF46: hue angle of 63.14º 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 #D7DF46 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.13 |
| HSL | 63.14º | 0.71% | 0.57% | - |
| HSV(B) | 63.14º | 0.69% | 0.87% | - |
| XYZ | 55.52 | 67.66 | 15.93 | - |
| YUV | 203.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 70 | 0.04 | 0 | 0.69 | 0.13 | 63.14 | 0.71 | 0.57 |
| Hex | D7 | DF | 46 | 4 | 0 | 45 | D | 3F | 47 | 39 |
| Octal | 327 | 337 | 106 | 4 | 0 | 105 | 15 | 77 | 107 | 71 |
| Binary | 11010111 | 11011111 | 1000110 | 100 | 0 | 1000101 | 1101 | 111111 | 1000111 | 111001 |
Color Harmonies of #D7DF46
Complementary color
Monochromatic Colors of #D7DF46
Black with #D7DF46
Text Example
Text Example
White with #D7DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF46; }
p { color: rgb(215,223,70); }
H1.HeaderClassName
{
color: #D7DF46;
}
.AnyTagClassName
{
color: #D7DF46;
}
</style>
background-color css
<style>
a { background-color: #D7DF46; }
a { background-color: rgb(215,223,70); }
div.DivClassName
{
background-color: #D7DF46;
}
.BgClassName
{
background-color: #D7DF46;
}
</style>
border-color css
<style>
span { border-color: #D7DF46; }
span { border-color: rgb(215,223,70); }
td.TdClassName
{
border-color: #D7DF46;
}
.TagClassName
{
border-color: #D7DF46;
}
</style>