Shades of Starship #DDDF46
Tints of Starship #DDDF46
RGB
CMYK
RGB Variations
Color information
#DDDF46 (or 0xDDDF46) is known color: Starship. HEX triplet: DD, DF and 46. RGB value is (221,223,70). Sum of RGB (Red+Green+Blue) = 221+223+70=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF46 is #2220B9. Grayscale: #CDCDCD. Windows color (decimal): -2236602 or 4644829. OLE color: 4644829.
HSL color Cylindrical-coordinate representation of color #DDDF46: hue angle of 60.78º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDDF46 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 70 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.13 |
| HSL | 60.78º | 0.71% | 0.57% | - |
| HSV(B) | 60.78º | 0.69% | 0.87% | - |
| XYZ | 57.31 | 68.59 | 16.01 | - |
| YUV | 204.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 70 | 0.01 | 0 | 0.69 | 0.13 | 60.78 | 0.71 | 0.57 |
| Hex | DD | DF | 46 | 1 | 0 | 45 | D | 3D | 47 | 39 |
| Octal | 335 | 337 | 106 | 1 | 0 | 105 | 15 | 75 | 107 | 71 |
| Binary | 11011101 | 11011111 | 1000110 | 1 | 0 | 1000101 | 1101 | 111101 | 1000111 | 111001 |
Color Harmonies of #DDDF46
Complementary color
Monochromatic Colors of #DDDF46
Black with #DDDF46
Text Example
Text Example
White with #DDDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF46; }
p { color: rgb(221,223,70); }
H1.HeaderClassName
{
color: #DDDF46;
}
.AnyTagClassName
{
color: #DDDF46;
}
</style>
background-color css
<style>
a { background-color: #DDDF46; }
a { background-color: rgb(221,223,70); }
div.DivClassName
{
background-color: #DDDF46;
}
.BgClassName
{
background-color: #DDDF46;
}
</style>
border-color css
<style>
span { border-color: #DDDF46; }
span { border-color: rgb(221,223,70); }
td.TdClassName
{
border-color: #DDDF46;
}
.TagClassName
{
border-color: #DDDF46;
}
</style>