Shades of Starship #DDDD39
Tints of Starship #DDDD39
RGB
CMYK
RGB Variations
Color information
#DDDD39 (or 0xDDDD39) is known color: Starship. HEX triplet: DD, DD and 39. RGB value is (221,221,57). Sum of RGB (Red+Green+Blue) = 221+221+57=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD39 is #2222C6. Grayscale: #CACACA. Windows color (decimal): -2237127 or 3792349. OLE color: 3792349.
HSL color Cylindrical-coordinate representation of color #DDDD39: hue angle of 60º 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 #DDDD39 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 57 | - |
| CMYK | 0 | 0 | 0.74 | 0.13 |
| HSL | 60º | 0.71% | 0.55% | - |
| HSV(B) | 60º | 0.74% | 0.87% | - |
| XYZ | 56.41 | 67.38 | 13.9 | - |
| YUV | 202.3 | 46 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 57 | 0 | 0 | 0.74 | 0.13 | 60 | 0.71 | 0.55 |
| Hex | DD | DD | 39 | 0 | 0 | 4A | D | 3C | 47 | 37 |
| Octal | 335 | 335 | 71 | 0 | 0 | 112 | 15 | 74 | 107 | 67 |
| Binary | 11011101 | 11011101 | 111001 | 0 | 0 | 1001010 | 1101 | 111100 | 1000111 | 110111 |
Color Harmonies of #DDDD39
Complementary color
Monochromatic Colors of #DDDD39
Black with #DDDD39
Text Example
Text Example
White with #DDDD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD39; }
p { color: rgb(221,221,57); }
H1.HeaderClassName
{
color: #DDDD39;
}
.AnyTagClassName
{
color: #DDDD39;
}
</style>
background-color css
<style>
a { background-color: #DDDD39; }
a { background-color: rgb(221,221,57); }
div.DivClassName
{
background-color: #DDDD39;
}
.BgClassName
{
background-color: #DDDD39;
}
</style>
border-color css
<style>
span { border-color: #DDDD39; }
span { border-color: rgb(221,221,57); }
td.TdClassName
{
border-color: #DDDD39;
}
.TagClassName
{
border-color: #DDDD39;
}
</style>