Shades of Starship #DDDA42
Tints of Starship #DDDA42
RGB
CMYK
RGB Variations
Color information
#DDDA42 (or 0xDDDA42) is known color: Starship. HEX triplet: DD, DA and 42. RGB value is (221,218,66). Sum of RGB (Red+Green+Blue) = 221+218+66=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA42 is #2225BD. Grayscale: #CACACA. Windows color (decimal): -2237886 or 4381405. OLE color: 4381405.
HSL color Cylindrical-coordinate representation of color #DDDA42: hue angle of 58.84º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDDA42 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 66 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.13 |
| HSL | 58.84º | 0.7% | 0.56% | - |
| HSV(B) | 58.84º | 0.7% | 0.87% | - |
| XYZ | 55.87 | 65.91 | 14.93 | - |
| YUV | 201.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 66 | 0 | 0.01 | 0.70 | 0.13 | 58.84 | 0.7 | 0.56 |
| Hex | DD | DA | 42 | 0 | 1 | 46 | D | 3B | 46 | 38 |
| Octal | 335 | 332 | 102 | 0 | 1 | 106 | 15 | 73 | 106 | 70 |
| Binary | 11011101 | 11011010 | 1000010 | 0 | 1 | 1000110 | 1101 | 111011 | 1000110 | 111000 |
Color Harmonies of #DDDA42
Complementary color
Monochromatic Colors of #DDDA42
Black with #DDDA42
Text Example
Text Example
White with #DDDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA42; }
p { color: rgb(221,218,66); }
H1.HeaderClassName
{
color: #DDDA42;
}
.AnyTagClassName
{
color: #DDDA42;
}
</style>
background-color css
<style>
a { background-color: #DDDA42; }
a { background-color: rgb(221,218,66); }
div.DivClassName
{
background-color: #DDDA42;
}
.BgClassName
{
background-color: #DDDA42;
}
</style>
border-color css
<style>
span { border-color: #DDDA42; }
span { border-color: rgb(221,218,66); }
td.TdClassName
{
border-color: #DDDA42;
}
.TagClassName
{
border-color: #DDDA42;
}
</style>