Shades of Starship #DDDA40
Tints of Starship #DDDA40
RGB
CMYK
RGB Variations
Color information
#DDDA40 (or 0xDDDA40) is known color: Starship. HEX triplet: DD, DA and 40. RGB value is (221,218,64). Sum of RGB (Red+Green+Blue) = 221+218+64=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA40 is #2225BF. Grayscale: #C9C9C9. Windows color (decimal): -2237888 or 4250333. OLE color: 4250333.
HSL color Cylindrical-coordinate representation of color #DDDA40: 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 #DDDA40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 64 | - |
| 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.82 | 65.89 | 14.63 | - |
| YUV | 201.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 64 | 0 | 0.01 | 0.71 | 0.13 | 58.85 | 0.7 | 0.56 |
| Hex | DD | DA | 40 | 0 | 1 | 47 | D | 3B | 46 | 38 |
| Octal | 335 | 332 | 100 | 0 | 1 | 107 | 15 | 73 | 106 | 70 |
| Binary | 11011101 | 11011010 | 1000000 | 0 | 1 | 1000111 | 1101 | 111011 | 1000110 | 111000 |
Color Harmonies of #DDDA40
Complementary color
Monochromatic Colors of #DDDA40
Black with #DDDA40
Text Example
Text Example
White with #DDDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA40; }
p { color: rgb(221,218,64); }
H1.HeaderClassName
{
color: #DDDA40;
}
.AnyTagClassName
{
color: #DDDA40;
}
</style>
background-color css
<style>
a { background-color: #DDDA40; }
a { background-color: rgb(221,218,64); }
div.DivClassName
{
background-color: #DDDA40;
}
.BgClassName
{
background-color: #DDDA40;
}
</style>
border-color css
<style>
span { border-color: #DDDA40; }
span { border-color: rgb(221,218,64); }
td.TdClassName
{
border-color: #DDDA40;
}
.TagClassName
{
border-color: #DDDA40;
}
</style>