Shades of Starship #DDDF44
Tints of Starship #DDDF44
RGB
CMYK
RGB Variations
Color information
#DDDF44 (or 0xDDDF44) is known color: Starship. HEX triplet: DD, DF and 44. RGB value is (221,223,68). Sum of RGB (Red+Green+Blue) = 221+223+68=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF44 is #2220BB. Grayscale: #CDCDCD. Windows color (decimal): -2236604 or 4513757. OLE color: 4513757.
HSL color Cylindrical-coordinate representation of color #DDDF44: hue angle of 60.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDDF44 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 68 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.13 |
| HSL | 60.77º | 0.71% | 0.57% | - |
| HSV(B) | 60.77º | 0.7% | 0.87% | - |
| XYZ | 57.25 | 68.56 | 15.69 | - |
| YUV | 204.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 68 | 0.01 | 0 | 0.70 | 0.13 | 60.77 | 0.71 | 0.57 |
| Hex | DD | DF | 44 | 1 | 0 | 46 | D | 3D | 47 | 39 |
| Octal | 335 | 337 | 104 | 1 | 0 | 106 | 15 | 75 | 107 | 71 |
| Binary | 11011101 | 11011111 | 1000100 | 1 | 0 | 1000110 | 1101 | 111101 | 1000111 | 111001 |
Color Harmonies of #DDDF44
Complementary color
Monochromatic Colors of #DDDF44
Black with #DDDF44
Text Example
Text Example
White with #DDDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF44; }
p { color: rgb(221,223,68); }
H1.HeaderClassName
{
color: #DDDF44;
}
.AnyTagClassName
{
color: #DDDF44;
}
</style>
background-color css
<style>
a { background-color: #DDDF44; }
a { background-color: rgb(221,223,68); }
div.DivClassName
{
background-color: #DDDF44;
}
.BgClassName
{
background-color: #DDDF44;
}
</style>
border-color css
<style>
span { border-color: #DDDF44; }
span { border-color: rgb(221,223,68); }
td.TdClassName
{
border-color: #DDDF44;
}
.TagClassName
{
border-color: #DDDF44;
}
</style>