Shades of Starship #DDD231
Tints of Starship #DDD231
RGB
CMYK
RGB Variations
Color information
#DDD231 (or 0xDDD231) is known color: Starship. HEX triplet: DD, D2 and 31. RGB value is (221,210,49). Sum of RGB (Red+Green+Blue) = 221+210+49=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD231 is #222DCE. Grayscale: #C3C3C3. Windows color (decimal): -2239951 or 3265245. OLE color: 3265245.
HSL color Cylindrical-coordinate representation of color #DDD231: hue angle of 56.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDD231 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.13 |
| HSL | 56.16º | 0.72% | 0.53% | - |
| HSV(B) | 56.16º | 0.78% | 0.87% | - |
| XYZ | 53.42 | 61.69 | 12 | - |
| YUV | 194.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 49 | 0 | 0.05 | 0.78 | 0.13 | 56.16 | 0.72 | 0.53 |
| Hex | DD | D2 | 31 | 0 | 5 | 4E | D | 38 | 48 | 35 |
| Octal | 335 | 322 | 61 | 0 | 5 | 116 | 15 | 70 | 110 | 65 |
| Binary | 11011101 | 11010010 | 110001 | 0 | 101 | 1001110 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DDD231
Complementary color
Monochromatic Colors of #DDD231
Black with #DDD231
Text Example
Text Example
White with #DDD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD231; }
p { color: rgb(221,210,49); }
H1.HeaderClassName
{
color: #DDD231;
}
.AnyTagClassName
{
color: #DDD231;
}
</style>
background-color css
<style>
a { background-color: #DDD231; }
a { background-color: rgb(221,210,49); }
div.DivClassName
{
background-color: #DDD231;
}
.BgClassName
{
background-color: #DDD231;
}
</style>
border-color css
<style>
span { border-color: #DDD231; }
span { border-color: rgb(221,210,49); }
td.TdClassName
{
border-color: #DDD231;
}
.TagClassName
{
border-color: #DDD231;
}
</style>