Shades of Starship #D8DC45
Tints of Starship #D8DC45
RGB
CMYK
RGB Variations
Color information
#D8DC45 (or 0xD8DC45) is known color: Starship. HEX triplet: D8, DC and 45. RGB value is (216,220,69). Sum of RGB (Red+Green+Blue) = 216+220+69=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC45 is #2723BA. Grayscale: #CACACA. Windows color (decimal): -2565051 or 4578520. OLE color: 4578520.
HSL color Cylindrical-coordinate representation of color #D8DC45: hue angle of 61.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8DC45 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 69 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.14 |
| HSL | 61.59º | 0.68% | 0.57% | - |
| HSV(B) | 61.59º | 0.69% | 0.86% | - |
| XYZ | 54.99 | 66.22 | 15.51 | - |
| YUV | 201.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 69 | 0.02 | 0 | 0.69 | 0.14 | 61.59 | 0.68 | 0.57 |
| Hex | D8 | DC | 45 | 2 | 0 | 45 | E | 3E | 44 | 39 |
| Octal | 330 | 334 | 105 | 2 | 0 | 105 | 16 | 76 | 104 | 71 |
| Binary | 11011000 | 11011100 | 1000101 | 10 | 0 | 1000101 | 1110 | 111110 | 1000100 | 111001 |
Color Harmonies of #D8DC45
Complementary color
Monochromatic Colors of #D8DC45
Black with #D8DC45
Text Example
Text Example
White with #D8DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC45; }
p { color: rgb(216,220,69); }
H1.HeaderClassName
{
color: #D8DC45;
}
.AnyTagClassName
{
color: #D8DC45;
}
</style>
background-color css
<style>
a { background-color: #D8DC45; }
a { background-color: rgb(216,220,69); }
div.DivClassName
{
background-color: #D8DC45;
}
.BgClassName
{
background-color: #D8DC45;
}
</style>
border-color css
<style>
span { border-color: #D8DC45; }
span { border-color: rgb(216,220,69); }
td.TdClassName
{
border-color: #D8DC45;
}
.TagClassName
{
border-color: #D8DC45;
}
</style>