Shades of Starship #DDD534
Tints of Starship #DDD534
RGB
CMYK
RGB Variations
Color information
#DDD534 (or 0xDDD534) is known color: Starship. HEX triplet: DD, D5 and 34. RGB value is (221,213,52). Sum of RGB (Red+Green+Blue) = 221+213+52=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD534 is #222ACB. Grayscale: #C5C5C5. Windows color (decimal): -2239180 or 3462621. OLE color: 3462621.
HSL color Cylindrical-coordinate representation of color #DDD534: hue angle of 57.16º 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 #DDD534 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 52 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.13 |
| HSL | 57.16º | 0.71% | 0.54% | - |
| HSV(B) | 57.16º | 0.76% | 0.87% | - |
| XYZ | 54.23 | 63.21 | 12.59 | - |
| YUV | 197.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 52 | 0 | 0.04 | 0.76 | 0.13 | 57.16 | 0.71 | 0.54 |
| Hex | DD | D5 | 34 | 0 | 4 | 4C | D | 39 | 47 | 36 |
| Octal | 335 | 325 | 64 | 0 | 4 | 114 | 15 | 71 | 107 | 66 |
| Binary | 11011101 | 11010101 | 110100 | 0 | 100 | 1001100 | 1101 | 111001 | 1000111 | 110110 |
Color Harmonies of #DDD534
Complementary color
Monochromatic Colors of #DDD534
Black with #DDD534
Text Example
Text Example
White with #DDD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD534; }
p { color: rgb(221,213,52); }
H1.HeaderClassName
{
color: #DDD534;
}
.AnyTagClassName
{
color: #DDD534;
}
</style>
background-color css
<style>
a { background-color: #DDD534; }
a { background-color: rgb(221,213,52); }
div.DivClassName
{
background-color: #DDD534;
}
.BgClassName
{
background-color: #DDD534;
}
</style>
border-color css
<style>
span { border-color: #DDD534; }
span { border-color: rgb(221,213,52); }
td.TdClassName
{
border-color: #DDD534;
}
.TagClassName
{
border-color: #DDD534;
}
</style>