Shades of Starship #DDD744
Tints of Starship #DDD744
RGB
CMYK
RGB Variations
Color information
#DDD744 (or 0xDDD744) is known color: Starship. HEX triplet: DD, D7 and 44. RGB value is (221,215,68). Sum of RGB (Red+Green+Blue) = 221+215+68=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD744 is #2228BB. Grayscale: #C8C8C8. Windows color (decimal): -2238652 or 4511709. OLE color: 4511709.
HSL color Cylindrical-coordinate representation of color #DDD744: hue angle of 57.65º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDD744 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 68 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.13 |
| HSL | 57.65º | 0.69% | 0.57% | - |
| HSV(B) | 57.65º | 0.69% | 0.87% | - |
| XYZ | 55.16 | 64.39 | 14.99 | - |
| YUV | 200.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 68 | 0 | 0.03 | 0.69 | 0.13 | 57.65 | 0.69 | 0.57 |
| Hex | DD | D7 | 44 | 0 | 3 | 45 | D | 3A | 45 | 39 |
| Octal | 335 | 327 | 104 | 0 | 3 | 105 | 15 | 72 | 105 | 71 |
| Binary | 11011101 | 11010111 | 1000100 | 0 | 11 | 1000101 | 1101 | 111010 | 1000101 | 111001 |
Color Harmonies of #DDD744
Complementary color
Monochromatic Colors of #DDD744
Black with #DDD744
Text Example
Text Example
White with #DDD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD744; }
p { color: rgb(221,215,68); }
H1.HeaderClassName
{
color: #DDD744;
}
.AnyTagClassName
{
color: #DDD744;
}
</style>
background-color css
<style>
a { background-color: #DDD744; }
a { background-color: rgb(221,215,68); }
div.DivClassName
{
background-color: #DDD744;
}
.BgClassName
{
background-color: #DDD744;
}
</style>
border-color css
<style>
span { border-color: #DDD744; }
span { border-color: rgb(221,215,68); }
td.TdClassName
{
border-color: #DDD744;
}
.TagClassName
{
border-color: #DDD744;
}
</style>