Shades of Starship #D8DD43
Tints of Starship #D8DD43
RGB
CMYK
RGB Variations
Color information
#D8DD43 (or 0xD8DD43) is known color: Starship. HEX triplet: D8, DD and 43. RGB value is (216,221,67). Sum of RGB (Red+Green+Blue) = 216+221+67=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD43 is #2722BC. Grayscale: #CACACA. Windows color (decimal): -2564797 or 4447704. OLE color: 4447704.
HSL color Cylindrical-coordinate representation of color #D8DD43: hue angle of 61.95º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8DD43 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 67 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.13 |
| HSL | 61.95º | 0.69% | 0.56% | - |
| HSV(B) | 61.95º | 0.7% | 0.87% | - |
| XYZ | 55.19 | 66.72 | 15.28 | - |
| YUV | 201.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 67 | 0.02 | 0 | 0.70 | 0.13 | 61.95 | 0.69 | 0.56 |
| Hex | D8 | DD | 43 | 2 | 0 | 46 | D | 3E | 45 | 38 |
| Octal | 330 | 335 | 103 | 2 | 0 | 106 | 15 | 76 | 105 | 70 |
| Binary | 11011000 | 11011101 | 1000011 | 10 | 0 | 1000110 | 1101 | 111110 | 1000101 | 111000 |
Color Harmonies of #D8DD43
Complementary color
Monochromatic Colors of #D8DD43
Black with #D8DD43
Text Example
Text Example
White with #D8DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD43; }
p { color: rgb(216,221,67); }
H1.HeaderClassName
{
color: #D8DD43;
}
.AnyTagClassName
{
color: #D8DD43;
}
</style>
background-color css
<style>
a { background-color: #D8DD43; }
a { background-color: rgb(216,221,67); }
div.DivClassName
{
background-color: #D8DD43;
}
.BgClassName
{
background-color: #D8DD43;
}
</style>
border-color css
<style>
span { border-color: #D8DD43; }
span { border-color: rgb(216,221,67); }
td.TdClassName
{
border-color: #D8DD43;
}
.TagClassName
{
border-color: #D8DD43;
}
</style>