Shades of Starship #D8DD3F
Tints of Starship #D8DD3F
RGB
CMYK
RGB Variations
Color information
#D8DD3F (or 0xD8DD3F) is known color: Starship. HEX triplet: D8, DD and 3F. RGB value is (216,221,63). Sum of RGB (Red+Green+Blue) = 216+221+63=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD3F is #2722C0. Grayscale: #CACACA. Windows color (decimal): -2564801 or 4185560. OLE color: 4185560.
HSL color Cylindrical-coordinate representation of color #D8DD3F: hue angle of 61.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8DD3F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 63 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.13 |
| HSL | 61.9º | 0.7% | 0.56% | - |
| HSV(B) | 61.9º | 0.71% | 0.87% | - |
| XYZ | 55.07 | 66.67 | 14.67 | - |
| YUV | 201.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 63 | 0.02 | 0 | 0.71 | 0.13 | 61.9 | 0.7 | 0.56 |
| Hex | D8 | DD | 3F | 2 | 0 | 47 | D | 3E | 46 | 38 |
| Octal | 330 | 335 | 77 | 2 | 0 | 107 | 15 | 76 | 106 | 70 |
| Binary | 11011000 | 11011101 | 111111 | 10 | 0 | 1000111 | 1101 | 111110 | 1000110 | 111000 |
Color Harmonies of #D8DD3F
Complementary color
Monochromatic Colors of #D8DD3F
Black with #D8DD3F
Text Example
Text Example
White with #D8DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD3F; }
p { color: rgb(216,221,63); }
H1.HeaderClassName
{
color: #D8DD3F;
}
.AnyTagClassName
{
color: #D8DD3F;
}
</style>
background-color css
<style>
a { background-color: #D8DD3F; }
a { background-color: rgb(216,221,63); }
div.DivClassName
{
background-color: #D8DD3F;
}
.BgClassName
{
background-color: #D8DD3F;
}
</style>
border-color css
<style>
span { border-color: #D8DD3F; }
span { border-color: rgb(216,221,63); }
td.TdClassName
{
border-color: #D8DD3F;
}
.TagClassName
{
border-color: #D8DD3F;
}
</style>