Shades of Starship #DDD63E
Tints of Starship #DDD63E
RGB
CMYK
RGB Variations
Color information
#DDD63E (or 0xDDD63E) is known color: Starship. HEX triplet: DD, D6 and 3E. RGB value is (221,214,62). Sum of RGB (Red+Green+Blue) = 221+214+62=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD63E is #2229C1. Grayscale: #C7C7C7. Windows color (decimal): -2238914 or 4118237. OLE color: 4118237.
HSL color Cylindrical-coordinate representation of color #DDD63E: hue angle of 57.36º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDD63E is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 62 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.13 |
| HSL | 57.36º | 0.7% | 0.55% | - |
| HSV(B) | 57.36º | 0.72% | 0.87% | - |
| XYZ | 54.73 | 63.81 | 13.99 | - |
| YUV | 198.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 62 | 0 | 0.03 | 0.72 | 0.13 | 57.36 | 0.7 | 0.55 |
| Hex | DD | D6 | 3E | 0 | 3 | 48 | D | 39 | 46 | 37 |
| Octal | 335 | 326 | 76 | 0 | 3 | 110 | 15 | 71 | 106 | 67 |
| Binary | 11011101 | 11010110 | 111110 | 0 | 11 | 1001000 | 1101 | 111001 | 1000110 | 110111 |
Color Harmonies of #DDD63E
Complementary color
Monochromatic Colors of #DDD63E
Black with #DDD63E
Text Example
Text Example
White with #DDD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD63E; }
p { color: rgb(221,214,62); }
H1.HeaderClassName
{
color: #DDD63E;
}
.AnyTagClassName
{
color: #DDD63E;
}
</style>
background-color css
<style>
a { background-color: #DDD63E; }
a { background-color: rgb(221,214,62); }
div.DivClassName
{
background-color: #DDD63E;
}
.BgClassName
{
background-color: #DDD63E;
}
</style>
border-color css
<style>
span { border-color: #DDD63E; }
span { border-color: rgb(221,214,62); }
td.TdClassName
{
border-color: #DDD63E;
}
.TagClassName
{
border-color: #DDD63E;
}
</style>