Shades of Starship #D9DC43
Tints of Starship #D9DC43
RGB
CMYK
RGB Variations
Color information
#D9DC43 (or 0xD9DC43) is known color: Starship. HEX triplet: D9, DC and 43. RGB value is (217,220,67). Sum of RGB (Red+Green+Blue) = 217+220+67=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC43 is #2623BC. Grayscale: #CACACA. Windows color (decimal): -2499517 or 4447449. OLE color: 4447449.
HSL color Cylindrical-coordinate representation of color #D9DC43: hue angle of 61.18º 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 #D9DC43 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.14 |
| HSL | 61.18º | 0.69% | 0.56% | - |
| HSV(B) | 61.18º | 0.7% | 0.86% | - |
| XYZ | 55.22 | 66.34 | 15.21 | - |
| YUV | 201.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 67 | 0.01 | 0 | 0.70 | 0.14 | 61.18 | 0.69 | 0.56 |
| Hex | D9 | DC | 43 | 1 | 0 | 46 | E | 3D | 45 | 38 |
| Octal | 331 | 334 | 103 | 1 | 0 | 106 | 16 | 75 | 105 | 70 |
| Binary | 11011001 | 11011100 | 1000011 | 1 | 0 | 1000110 | 1110 | 111101 | 1000101 | 111000 |
Color Harmonies of #D9DC43
Complementary color
Monochromatic Colors of #D9DC43
Black with #D9DC43
Text Example
Text Example
White with #D9DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC43; }
p { color: rgb(217,220,67); }
H1.HeaderClassName
{
color: #D9DC43;
}
.AnyTagClassName
{
color: #D9DC43;
}
</style>
background-color css
<style>
a { background-color: #D9DC43; }
a { background-color: rgb(217,220,67); }
div.DivClassName
{
background-color: #D9DC43;
}
.BgClassName
{
background-color: #D9DC43;
}
</style>
border-color css
<style>
span { border-color: #D9DC43; }
span { border-color: rgb(217,220,67); }
td.TdClassName
{
border-color: #D9DC43;
}
.TagClassName
{
border-color: #D9DC43;
}
</style>