Shades of Starship #D5DA46
Tints of Starship #D5DA46
RGB
CMYK
RGB Variations
Color information
#D5DA46 (or 0xD5DA46) is known color: Starship. HEX triplet: D5, DA and 46. RGB value is (213,218,70). Sum of RGB (Red+Green+Blue) = 213+218+70=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA46 is #2A25B9. Grayscale: #C8C8C8. Windows color (decimal): -2762170 or 4643541. OLE color: 4643541.
HSL color Cylindrical-coordinate representation of color #D5DA46: hue angle of 62.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5DA46 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 70 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.15 |
| HSL | 62.03º | 0.67% | 0.56% | - |
| HSV(B) | 62.03º | 0.68% | 0.85% | - |
| XYZ | 53.62 | 64.73 | 15.46 | - |
| YUV | 199.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 70 | 0.02 | 0 | 0.68 | 0.15 | 62.03 | 0.67 | 0.56 |
| Hex | D5 | DA | 46 | 2 | 0 | 44 | F | 3E | 43 | 38 |
| Octal | 325 | 332 | 106 | 2 | 0 | 104 | 17 | 76 | 103 | 70 |
| Binary | 11010101 | 11011010 | 1000110 | 10 | 0 | 1000100 | 1111 | 111110 | 1000011 | 111000 |
Color Harmonies of #D5DA46
Complementary color
Monochromatic Colors of #D5DA46
Black with #D5DA46
Text Example
Text Example
White with #D5DA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA46; }
p { color: rgb(213,218,70); }
H1.HeaderClassName
{
color: #D5DA46;
}
.AnyTagClassName
{
color: #D5DA46;
}
</style>
background-color css
<style>
a { background-color: #D5DA46; }
a { background-color: rgb(213,218,70); }
div.DivClassName
{
background-color: #D5DA46;
}
.BgClassName
{
background-color: #D5DA46;
}
</style>
border-color css
<style>
span { border-color: #D5DA46; }
span { border-color: rgb(213,218,70); }
td.TdClassName
{
border-color: #D5DA46;
}
.TagClassName
{
border-color: #D5DA46;
}
</style>