Shades of Starship #DDDD41
Tints of Starship #DDDD41
RGB
CMYK
RGB Variations
Color information
#DDDD41 (or 0xDDDD41) is known color: Starship. HEX triplet: DD, DD and 41. RGB value is (221,221,65). Sum of RGB (Red+Green+Blue) = 221+221+65=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD41 is #2222BE. Grayscale: #CBCBCB. Windows color (decimal): -2237119 or 4316637. OLE color: 4316637.
HSL color Cylindrical-coordinate representation of color #DDDD41: hue angle of 60º 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 #DDDD41 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 65 | - |
| CMYK | 0 | 0 | 0.71 | 0.13 |
| HSL | 60º | 0.7% | 0.56% | - |
| HSV(B) | 60º | 0.71% | 0.87% | - |
| XYZ | 56.63 | 67.47 | 15.04 | - |
| YUV | 203.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 65 | 0 | 0 | 0.71 | 0.13 | 60 | 0.7 | 0.56 |
| Hex | DD | DD | 41 | 0 | 0 | 47 | D | 3C | 46 | 38 |
| Octal | 335 | 335 | 101 | 0 | 0 | 107 | 15 | 74 | 106 | 70 |
| Binary | 11011101 | 11011101 | 1000001 | 0 | 0 | 1000111 | 1101 | 111100 | 1000110 | 111000 |
Color Harmonies of #DDDD41
Complementary color
Monochromatic Colors of #DDDD41
Black with #DDDD41
Text Example
Text Example
White with #DDDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD41; }
p { color: rgb(221,221,65); }
H1.HeaderClassName
{
color: #DDDD41;
}
.AnyTagClassName
{
color: #DDDD41;
}
</style>
background-color css
<style>
a { background-color: #DDDD41; }
a { background-color: rgb(221,221,65); }
div.DivClassName
{
background-color: #DDDD41;
}
.BgClassName
{
background-color: #DDDD41;
}
</style>
border-color css
<style>
span { border-color: #DDDD41; }
span { border-color: rgb(221,221,65); }
td.TdClassName
{
border-color: #DDDD41;
}
.TagClassName
{
border-color: #DDDD41;
}
</style>