Shades of Starship #DDDA33
Tints of Starship #DDDA33
RGB
CMYK
RGB Variations
Color information
#DDDA33 (or 0xDDDA33) is known color: Starship. HEX triplet: DD, DA and 33. RGB value is (221,218,51). Sum of RGB (Red+Green+Blue) = 221+218+51=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA33 is #2225CC. Grayscale: #C8C8C8. Windows color (decimal): -2237901 or 3398365. OLE color: 3398365.
HSL color Cylindrical-coordinate representation of color #DDDA33: hue angle of 58.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDDA33 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 51 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.13 |
| HSL | 58.94º | 0.71% | 0.53% | - |
| HSV(B) | 58.94º | 0.77% | 0.87% | - |
| XYZ | 55.49 | 65.75 | 12.9 | - |
| YUV | 199.86 | 43.99 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 51 | 0 | 0.01 | 0.77 | 0.13 | 58.94 | 0.71 | 0.53 |
| Hex | DD | DA | 33 | 0 | 1 | 4D | D | 3B | 47 | 35 |
| Octal | 335 | 332 | 63 | 0 | 1 | 115 | 15 | 73 | 107 | 65 |
| Binary | 11011101 | 11011010 | 110011 | 0 | 1 | 1001101 | 1101 | 111011 | 1000111 | 110101 |
Color Harmonies of #DDDA33
Complementary color
Monochromatic Colors of #DDDA33
Black with #DDDA33
Text Example
Text Example
White with #DDDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA33; }
p { color: rgb(221,218,51); }
H1.HeaderClassName
{
color: #DDDA33;
}
.AnyTagClassName
{
color: #DDDA33;
}
</style>
background-color css
<style>
a { background-color: #DDDA33; }
a { background-color: rgb(221,218,51); }
div.DivClassName
{
background-color: #DDDA33;
}
.BgClassName
{
background-color: #DDDA33;
}
</style>
border-color css
<style>
span { border-color: #DDDA33; }
span { border-color: rgb(221,218,51); }
td.TdClassName
{
border-color: #DDDA33;
}
.TagClassName
{
border-color: #DDDA33;
}
</style>