Shades of Starship #D6D944
Tints of Starship #D6D944
RGB
CMYK
RGB Variations
Color information
#D6D944 (or 0xD6D944) is known color: Starship. HEX triplet: D6, D9 and 44. RGB value is (214,217,68). Sum of RGB (Red+Green+Blue) = 214+217+68=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D944 is #2926BB. Grayscale: #C7C7C7. Windows color (decimal): -2696892 or 4512214. OLE color: 4512214.
HSL color Cylindrical-coordinate representation of color #D6D944: hue angle of 61.21º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6D944 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 68 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.15 |
| HSL | 61.21º | 0.66% | 0.56% | - |
| HSV(B) | 61.21º | 0.69% | 0.85% | - |
| XYZ | 53.59 | 64.34 | 15.06 | - |
| YUV | 199.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 68 | 0.01 | 0 | 0.69 | 0.15 | 61.21 | 0.66 | 0.56 |
| Hex | D6 | D9 | 44 | 1 | 0 | 45 | F | 3D | 42 | 38 |
| Octal | 326 | 331 | 104 | 1 | 0 | 105 | 17 | 75 | 102 | 70 |
| Binary | 11010110 | 11011001 | 1000100 | 1 | 0 | 1000101 | 1111 | 111101 | 1000010 | 111000 |
Color Harmonies of #D6D944
Complementary color
Monochromatic Colors of #D6D944
Black with #D6D944
Text Example
Text Example
White with #D6D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D944; }
p { color: rgb(214,217,68); }
H1.HeaderClassName
{
color: #D6D944;
}
.AnyTagClassName
{
color: #D6D944;
}
</style>
background-color css
<style>
a { background-color: #D6D944; }
a { background-color: rgb(214,217,68); }
div.DivClassName
{
background-color: #D6D944;
}
.BgClassName
{
background-color: #D6D944;
}
</style>
border-color css
<style>
span { border-color: #D6D944; }
span { border-color: rgb(214,217,68); }
td.TdClassName
{
border-color: #D6D944;
}
.TagClassName
{
border-color: #D6D944;
}
</style>