Shades of Starship #DDD636
Tints of Starship #DDD636
RGB
CMYK
RGB Variations
Color information
#DDD636 (or 0xDDD636) is known color: Starship. HEX triplet: DD, D6 and 36. RGB value is (221,214,54). Sum of RGB (Red+Green+Blue) = 221+214+54=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 54 (21.48% from 255 or 11.04% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD636 is #2229C9. Grayscale: #C6C6C6. Windows color (decimal): -2238922 or 3593949. OLE color: 3593949.
HSL color Cylindrical-coordinate representation of color #DDD636: hue angle of 57.49º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDD636 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 54 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.13 |
| HSL | 57.49º | 0.71% | 0.54% | - |
| HSV(B) | 57.49º | 0.76% | 0.87% | - |
| XYZ | 54.53 | 63.73 | 12.92 | - |
| YUV | 197.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 54 | 0 | 0.03 | 0.76 | 0.13 | 57.49 | 0.71 | 0.54 |
| Hex | DD | D6 | 36 | 0 | 3 | 4C | D | 39 | 47 | 36 |
| Octal | 335 | 326 | 66 | 0 | 3 | 114 | 15 | 71 | 107 | 66 |
| Binary | 11011101 | 11010110 | 110110 | 0 | 11 | 1001100 | 1101 | 111001 | 1000111 | 110110 |
Color Harmonies of #DDD636
Complementary color
Monochromatic Colors of #DDD636
Black with #DDD636
Text Example
Text Example
White with #DDD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD636; }
p { color: rgb(221,214,54); }
H1.HeaderClassName
{
color: #DDD636;
}
.AnyTagClassName
{
color: #DDD636;
}
</style>
background-color css
<style>
a { background-color: #DDD636; }
a { background-color: rgb(221,214,54); }
div.DivClassName
{
background-color: #DDD636;
}
.BgClassName
{
background-color: #DDD636;
}
</style>
border-color css
<style>
span { border-color: #DDD636; }
span { border-color: rgb(221,214,54); }
td.TdClassName
{
border-color: #DDD636;
}
.TagClassName
{
border-color: #DDD636;
}
</style>