Shades of Starship #DDDA41
Tints of Starship #DDDA41
RGB
CMYK
RGB Variations
Color information
#DDDA41 (or 0xDDDA41) is known color: Starship. HEX triplet: DD, DA and 41. RGB value is (221,218,65). Sum of RGB (Red+Green+Blue) = 221+218+65=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA41 is #2225BE. Grayscale: #CACACA. Windows color (decimal): -2237887 or 4315869. OLE color: 4315869.
HSL color Cylindrical-coordinate representation of color #DDDA41: hue angle of 58.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDDA41 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 65 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.13 |
| HSL | 58.85º | 0.7% | 0.56% | - |
| HSV(B) | 58.85º | 0.71% | 0.87% | - |
| XYZ | 55.84 | 65.9 | 14.78 | - |
| YUV | 201.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 65 | 0 | 0.01 | 0.71 | 0.13 | 58.85 | 0.7 | 0.56 |
| Hex | DD | DA | 41 | 0 | 1 | 47 | D | 3B | 46 | 38 |
| Octal | 335 | 332 | 101 | 0 | 1 | 107 | 15 | 73 | 106 | 70 |
| Binary | 11011101 | 11011010 | 1000001 | 0 | 1 | 1000111 | 1101 | 111011 | 1000110 | 111000 |
Color Harmonies of #DDDA41
Complementary color
Monochromatic Colors of #DDDA41
Black with #DDDA41
Text Example
Text Example
White with #DDDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA41; }
p { color: rgb(221,218,65); }
H1.HeaderClassName
{
color: #DDDA41;
}
.AnyTagClassName
{
color: #DDDA41;
}
</style>
background-color css
<style>
a { background-color: #DDDA41; }
a { background-color: rgb(221,218,65); }
div.DivClassName
{
background-color: #DDDA41;
}
.BgClassName
{
background-color: #DDDA41;
}
</style>
border-color css
<style>
span { border-color: #DDDA41; }
span { border-color: rgb(221,218,65); }
td.TdClassName
{
border-color: #DDDA41;
}
.TagClassName
{
border-color: #DDDA41;
}
</style>