Shades of Starship #DDDA46
Tints of Starship #DDDA46
RGB
CMYK
RGB Variations
Color information
#DDDA46 (or 0xDDDA46) is known color: Starship. HEX triplet: DD, DA and 46. RGB value is (221,218,70). Sum of RGB (Red+Green+Blue) = 221+218+70=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA46 is #2225B9. Grayscale: #CACACA. Windows color (decimal): -2237882 or 4643549. OLE color: 4643549.
HSL color Cylindrical-coordinate representation of color #DDDA46: hue angle of 58.81º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDDA46 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 70 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.13 |
| HSL | 58.81º | 0.69% | 0.57% | - |
| HSV(B) | 58.81º | 0.68% | 0.87% | - |
| XYZ | 56 | 65.96 | 15.57 | - |
| YUV | 202.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 70 | 0 | 0.01 | 0.68 | 0.13 | 58.81 | 0.69 | 0.57 |
| Hex | DD | DA | 46 | 0 | 1 | 44 | D | 3B | 45 | 39 |
| Octal | 335 | 332 | 106 | 0 | 1 | 104 | 15 | 73 | 105 | 71 |
| Binary | 11011101 | 11011010 | 1000110 | 0 | 1 | 1000100 | 1101 | 111011 | 1000101 | 111001 |
Color Harmonies of #DDDA46
Complementary color
Monochromatic Colors of #DDDA46
Black with #DDDA46
Text Example
Text Example
White with #DDDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA46; }
p { color: rgb(221,218,70); }
H1.HeaderClassName
{
color: #DDDA46;
}
.AnyTagClassName
{
color: #DDDA46;
}
</style>
background-color css
<style>
a { background-color: #DDDA46; }
a { background-color: rgb(221,218,70); }
div.DivClassName
{
background-color: #DDDA46;
}
.BgClassName
{
background-color: #DDDA46;
}
</style>
border-color css
<style>
span { border-color: #DDDA46; }
span { border-color: rgb(221,218,70); }
td.TdClassName
{
border-color: #DDDA46;
}
.TagClassName
{
border-color: #DDDA46;
}
</style>