Shades of Starship #DDDA3A
Tints of Starship #DDDA3A
RGB
CMYK
RGB Variations
Color information
#DDDA3A (or 0xDDDA3A) is known color: Starship. HEX triplet: DD, DA and 3A. RGB value is (221,218,58). Sum of RGB (Red+Green+Blue) = 221+218+58=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA3A is #2225C5. Grayscale: #C9C9C9. Windows color (decimal): -2237894 or 3857117. OLE color: 3857117.
HSL color Cylindrical-coordinate representation of color #DDDA3A: hue angle of 58.9º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDDA3A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.13 |
| HSL | 58.9º | 0.71% | 0.55% | - |
| HSV(B) | 58.9º | 0.74% | 0.87% | - |
| XYZ | 55.65 | 65.82 | 13.77 | - |
| YUV | 200.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 58 | 0 | 0.01 | 0.74 | 0.13 | 58.9 | 0.71 | 0.55 |
| Hex | DD | DA | 3A | 0 | 1 | 4A | D | 3B | 47 | 37 |
| Octal | 335 | 332 | 72 | 0 | 1 | 112 | 15 | 73 | 107 | 67 |
| Binary | 11011101 | 11011010 | 111010 | 0 | 1 | 1001010 | 1101 | 111011 | 1000111 | 110111 |
Color Harmonies of #DDDA3A
Complementary color
Monochromatic Colors of #DDDA3A
Black with #DDDA3A
Text Example
Text Example
White with #DDDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA3A; }
p { color: rgb(221,218,58); }
H1.HeaderClassName
{
color: #DDDA3A;
}
.AnyTagClassName
{
color: #DDDA3A;
}
</style>
background-color css
<style>
a { background-color: #DDDA3A; }
a { background-color: rgb(221,218,58); }
div.DivClassName
{
background-color: #DDDA3A;
}
.BgClassName
{
background-color: #DDDA3A;
}
</style>
border-color css
<style>
span { border-color: #DDDA3A; }
span { border-color: rgb(221,218,58); }
td.TdClassName
{
border-color: #DDDA3A;
}
.TagClassName
{
border-color: #DDDA3A;
}
</style>