Shades of Starship #D8DD45
Tints of Starship #D8DD45
RGB
CMYK
RGB Variations
Color information
#D8DD45 (or 0xD8DD45) is known color: Starship. HEX triplet: D8, DD and 45. RGB value is (216,221,69). Sum of RGB (Red+Green+Blue) = 216+221+69=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD45 is #2722BA. Grayscale: #CACACA. Windows color (decimal): -2564795 or 4578776. OLE color: 4578776.
HSL color Cylindrical-coordinate representation of color #D8DD45: hue angle of 61.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8DD45 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 69 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.13 |
| HSL | 61.97º | 0.69% | 0.57% | - |
| HSV(B) | 61.97º | 0.69% | 0.87% | - |
| XYZ | 55.25 | 66.74 | 15.6 | - |
| YUV | 202.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 69 | 0.02 | 0 | 0.69 | 0.13 | 61.97 | 0.69 | 0.57 |
| Hex | D8 | DD | 45 | 2 | 0 | 45 | D | 3E | 45 | 39 |
| Octal | 330 | 335 | 105 | 2 | 0 | 105 | 15 | 76 | 105 | 71 |
| Binary | 11011000 | 11011101 | 1000101 | 10 | 0 | 1000101 | 1101 | 111110 | 1000101 | 111001 |
Color Harmonies of #D8DD45
Complementary color
Monochromatic Colors of #D8DD45
Black with #D8DD45
Text Example
Text Example
White with #D8DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD45; }
p { color: rgb(216,221,69); }
H1.HeaderClassName
{
color: #D8DD45;
}
.AnyTagClassName
{
color: #D8DD45;
}
</style>
background-color css
<style>
a { background-color: #D8DD45; }
a { background-color: rgb(216,221,69); }
div.DivClassName
{
background-color: #D8DD45;
}
.BgClassName
{
background-color: #D8DD45;
}
</style>
border-color css
<style>
span { border-color: #D8DD45; }
span { border-color: rgb(216,221,69); }
td.TdClassName
{
border-color: #D8DD45;
}
.TagClassName
{
border-color: #D8DD45;
}
</style>