Shades of Starship #D9DC41
Tints of Starship #D9DC41
RGB
CMYK
RGB Variations
Color information
#D9DC41 (or 0xD9DC41) is known color: Starship. HEX triplet: D9, DC and 41. RGB value is (217,220,65). Sum of RGB (Red+Green+Blue) = 217+220+65=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC41 is #2623BE. Grayscale: #CACACA. Windows color (decimal): -2499519 or 4316377. OLE color: 4316377.
HSL color Cylindrical-coordinate representation of color #D9DC41: hue angle of 61.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9DC41 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 65 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.14 |
| HSL | 61.16º | 0.69% | 0.56% | - |
| HSV(B) | 61.16º | 0.7% | 0.86% | - |
| XYZ | 55.16 | 66.32 | 14.89 | - |
| YUV | 201.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 65 | 0.01 | 0 | 0.70 | 0.14 | 61.16 | 0.69 | 0.56 |
| Hex | D9 | DC | 41 | 1 | 0 | 46 | E | 3D | 45 | 38 |
| Octal | 331 | 334 | 101 | 1 | 0 | 106 | 16 | 75 | 105 | 70 |
| Binary | 11011001 | 11011100 | 1000001 | 1 | 0 | 1000110 | 1110 | 111101 | 1000101 | 111000 |
Color Harmonies of #D9DC41
Complementary color
Monochromatic Colors of #D9DC41
Black with #D9DC41
Text Example
Text Example
White with #D9DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC41; }
p { color: rgb(217,220,65); }
H1.HeaderClassName
{
color: #D9DC41;
}
.AnyTagClassName
{
color: #D9DC41;
}
</style>
background-color css
<style>
a { background-color: #D9DC41; }
a { background-color: rgb(217,220,65); }
div.DivClassName
{
background-color: #D9DC41;
}
.BgClassName
{
background-color: #D9DC41;
}
</style>
border-color css
<style>
span { border-color: #D9DC41; }
span { border-color: rgb(217,220,65); }
td.TdClassName
{
border-color: #D9DC41;
}
.TagClassName
{
border-color: #D9DC41;
}
</style>