Shades of Starship #DDDF47
Tints of Starship #DDDF47
RGB
CMYK
RGB Variations
Color information
#DDDF47 (or 0xDDDF47) is known color: Starship. HEX triplet: DD, DF and 47. RGB value is (221,223,71). Sum of RGB (Red+Green+Blue) = 221+223+71=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF47 is #2220B8. Grayscale: #CDCDCD. Windows color (decimal): -2236601 or 4710365. OLE color: 4710365.
HSL color Cylindrical-coordinate representation of color #DDDF47: hue angle of 60.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDDF47 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 71 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.13 |
| HSL | 60.79º | 0.7% | 0.58% | - |
| HSV(B) | 60.79º | 0.68% | 0.87% | - |
| XYZ | 57.34 | 68.6 | 16.18 | - |
| YUV | 205.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 71 | 0.01 | 0 | 0.68 | 0.13 | 60.79 | 0.7 | 0.58 |
| Hex | DD | DF | 47 | 1 | 0 | 44 | D | 3D | 46 | 3A |
| Octal | 335 | 337 | 107 | 1 | 0 | 104 | 15 | 75 | 106 | 72 |
| Binary | 11011101 | 11011111 | 1000111 | 1 | 0 | 1000100 | 1101 | 111101 | 1000110 | 111010 |
Color Harmonies of #DDDF47
Complementary color
Monochromatic Colors of #DDDF47
Black with #DDDF47
Text Example
Text Example
White with #DDDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF47; }
p { color: rgb(221,223,71); }
H1.HeaderClassName
{
color: #DDDF47;
}
.AnyTagClassName
{
color: #DDDF47;
}
</style>
background-color css
<style>
a { background-color: #DDDF47; }
a { background-color: rgb(221,223,71); }
div.DivClassName
{
background-color: #DDDF47;
}
.BgClassName
{
background-color: #DDDF47;
}
</style>
border-color css
<style>
span { border-color: #DDDF47; }
span { border-color: rgb(221,223,71); }
td.TdClassName
{
border-color: #DDDF47;
}
.TagClassName
{
border-color: #DDDF47;
}
</style>