Shades of Starship #DDD83F
Tints of Starship #DDD83F
RGB
CMYK
RGB Variations
Color information
#DDD83F (or 0xDDD83F) is known color: Starship. HEX triplet: DD, D8 and 3F. RGB value is (221,216,63). Sum of RGB (Red+Green+Blue) = 221+216+63=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD83F is #2227C0. Grayscale: #C8C8C8. Windows color (decimal): -2238401 or 4184285. OLE color: 4184285.
HSL color Cylindrical-coordinate representation of color #DDD83F: hue angle of 58.1º 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 #DDD83F is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 63 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.13 |
| HSL | 58.1º | 0.7% | 0.56% | - |
| HSV(B) | 58.1º | 0.71% | 0.87% | - |
| XYZ | 55.27 | 64.84 | 14.31 | - |
| YUV | 200.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 63 | 0 | 0.02 | 0.71 | 0.13 | 58.1 | 0.7 | 0.56 |
| Hex | DD | D8 | 3F | 0 | 2 | 47 | D | 3A | 46 | 38 |
| Octal | 335 | 330 | 77 | 0 | 2 | 107 | 15 | 72 | 106 | 70 |
| Binary | 11011101 | 11011000 | 111111 | 0 | 10 | 1000111 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DDD83F
Complementary color
Monochromatic Colors of #DDD83F
Black with #DDD83F
Text Example
Text Example
White with #DDD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD83F; }
p { color: rgb(221,216,63); }
H1.HeaderClassName
{
color: #DDD83F;
}
.AnyTagClassName
{
color: #DDD83F;
}
</style>
background-color css
<style>
a { background-color: #DDD83F; }
a { background-color: rgb(221,216,63); }
div.DivClassName
{
background-color: #DDD83F;
}
.BgClassName
{
background-color: #DDD83F;
}
</style>
border-color css
<style>
span { border-color: #DDD83F; }
span { border-color: rgb(221,216,63); }
td.TdClassName
{
border-color: #DDD83F;
}
.TagClassName
{
border-color: #DDD83F;
}
</style>