Shades of Starship #DDDD3F
Tints of Starship #DDDD3F
RGB
CMYK
RGB Variations
Color information
#DDDD3F (or 0xDDDD3F) is known color: Starship. HEX triplet: DD, DD and 3F. RGB value is (221,221,63). Sum of RGB (Red+Green+Blue) = 221+221+63=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD3F is #2222C0. Grayscale: #CBCBCB. Windows color (decimal): -2237121 or 4185565. OLE color: 4185565.
HSL color Cylindrical-coordinate representation of color #DDDD3F: 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 #DDDD3F is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 63 | - |
| CMYK | 0 | 0 | 0.71 | 0.13 |
| HSL | 60º | 0.7% | 0.56% | - |
| HSV(B) | 60º | 0.71% | 0.87% | - |
| XYZ | 56.57 | 67.44 | 14.74 | - |
| YUV | 202.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 63 | 0 | 0 | 0.71 | 0.13 | 60 | 0.7 | 0.56 |
| Hex | DD | DD | 3F | 0 | 0 | 47 | D | 3C | 46 | 38 |
| Octal | 335 | 335 | 77 | 0 | 0 | 107 | 15 | 74 | 106 | 70 |
| Binary | 11011101 | 11011101 | 111111 | 0 | 0 | 1000111 | 1101 | 111100 | 1000110 | 111000 |
Color Harmonies of #DDDD3F
Complementary color
Monochromatic Colors of #DDDD3F
Black with #DDDD3F
Text Example
Text Example
White with #DDDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD3F; }
p { color: rgb(221,221,63); }
H1.HeaderClassName
{
color: #DDDD3F;
}
.AnyTagClassName
{
color: #DDDD3F;
}
</style>
background-color css
<style>
a { background-color: #DDDD3F; }
a { background-color: rgb(221,221,63); }
div.DivClassName
{
background-color: #DDDD3F;
}
.BgClassName
{
background-color: #DDDD3F;
}
</style>
border-color css
<style>
span { border-color: #DDDD3F; }
span { border-color: rgb(221,221,63); }
td.TdClassName
{
border-color: #DDDD3F;
}
.TagClassName
{
border-color: #DDDD3F;
}
</style>