Shades of Starship #D9DC3D
Tints of Starship #D9DC3D
RGB
CMYK
RGB Variations
Color information
#D9DC3D (or 0xD9DC3D) is known color: Starship. HEX triplet: D9, DC and 3D. RGB value is (217,220,61). Sum of RGB (Red+Green+Blue) = 217+220+61=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC3D is #2623C2. Grayscale: #C9C9C9. Windows color (decimal): -2499523 or 4054233. OLE color: 4054233.
HSL color Cylindrical-coordinate representation of color #D9DC3D: hue angle of 61.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9DC3D is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 61 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.14 |
| HSL | 61.13º | 0.69% | 0.55% | - |
| HSV(B) | 61.13º | 0.72% | 0.86% | - |
| XYZ | 55.05 | 66.28 | 14.31 | - |
| YUV | 200.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 61 | 0.01 | 0 | 0.72 | 0.14 | 61.13 | 0.69 | 0.55 |
| Hex | D9 | DC | 3D | 1 | 0 | 48 | E | 3D | 45 | 37 |
| Octal | 331 | 334 | 75 | 1 | 0 | 110 | 16 | 75 | 105 | 67 |
| Binary | 11011001 | 11011100 | 111101 | 1 | 0 | 1001000 | 1110 | 111101 | 1000101 | 110111 |
Color Harmonies of #D9DC3D
Complementary color
Monochromatic Colors of #D9DC3D
Black with #D9DC3D
Text Example
Text Example
White with #D9DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC3D; }
p { color: rgb(217,220,61); }
H1.HeaderClassName
{
color: #D9DC3D;
}
.AnyTagClassName
{
color: #D9DC3D;
}
</style>
background-color css
<style>
a { background-color: #D9DC3D; }
a { background-color: rgb(217,220,61); }
div.DivClassName
{
background-color: #D9DC3D;
}
.BgClassName
{
background-color: #D9DC3D;
}
</style>
border-color css
<style>
span { border-color: #D9DC3D; }
span { border-color: rgb(217,220,61); }
td.TdClassName
{
border-color: #D9DC3D;
}
.TagClassName
{
border-color: #D9DC3D;
}
</style>