Shades of Starship #DDD743
Tints of Starship #DDD743
RGB
CMYK
RGB Variations
Color information
#DDD743 (or 0xDDD743) is known color: Starship. HEX triplet: DD, D7 and 43. RGB value is (221,215,67). Sum of RGB (Red+Green+Blue) = 221+215+67=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD743 is #2228BC. Grayscale: #C8C8C8. Windows color (decimal): -2238653 or 4446173. OLE color: 4446173.
HSL color Cylindrical-coordinate representation of color #DDD743: hue angle of 57.66º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDD743 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 67 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.13 |
| HSL | 57.66º | 0.69% | 0.56% | - |
| HSV(B) | 57.66º | 0.7% | 0.87% | - |
| XYZ | 55.13 | 64.38 | 14.83 | - |
| YUV | 199.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 67 | 0 | 0.03 | 0.70 | 0.13 | 57.66 | 0.69 | 0.56 |
| Hex | DD | D7 | 43 | 0 | 3 | 46 | D | 3A | 45 | 38 |
| Octal | 335 | 327 | 103 | 0 | 3 | 106 | 15 | 72 | 105 | 70 |
| Binary | 11011101 | 11010111 | 1000011 | 0 | 11 | 1000110 | 1101 | 111010 | 1000101 | 111000 |
Color Harmonies of #DDD743
Complementary color
Monochromatic Colors of #DDD743
Black with #DDD743
Text Example
Text Example
White with #DDD743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD743; }
p { color: rgb(221,215,67); }
H1.HeaderClassName
{
color: #DDD743;
}
.AnyTagClassName
{
color: #DDD743;
}
</style>
background-color css
<style>
a { background-color: #DDD743; }
a { background-color: rgb(221,215,67); }
div.DivClassName
{
background-color: #DDD743;
}
.BgClassName
{
background-color: #DDD743;
}
</style>
border-color css
<style>
span { border-color: #DDD743; }
span { border-color: rgb(221,215,67); }
td.TdClassName
{
border-color: #DDD743;
}
.TagClassName
{
border-color: #DDD743;
}
</style>