Shades of Starship #DDDA43
Tints of Starship #DDDA43
RGB
CMYK
RGB Variations
Color information
#DDDA43 (or 0xDDDA43) is known color: Starship. HEX triplet: DD, DA and 43. RGB value is (221,218,67). Sum of RGB (Red+Green+Blue) = 221+218+67=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA43 is #2225BC. Grayscale: #CACACA. Windows color (decimal): -2237885 or 4446941. OLE color: 4446941.
HSL color Cylindrical-coordinate representation of color #DDDA43: hue angle of 58.83º 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 #DDDA43 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 67 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.13 |
| HSL | 58.83º | 0.69% | 0.56% | - |
| HSV(B) | 58.83º | 0.7% | 0.87% | - |
| XYZ | 55.9 | 65.92 | 15.09 | - |
| YUV | 201.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 67 | 0 | 0.01 | 0.70 | 0.13 | 58.83 | 0.69 | 0.56 |
| Hex | DD | DA | 43 | 0 | 1 | 46 | D | 3B | 45 | 38 |
| Octal | 335 | 332 | 103 | 0 | 1 | 106 | 15 | 73 | 105 | 70 |
| Binary | 11011101 | 11011010 | 1000011 | 0 | 1 | 1000110 | 1101 | 111011 | 1000101 | 111000 |
Color Harmonies of #DDDA43
Complementary color
Monochromatic Colors of #DDDA43
Black with #DDDA43
Text Example
Text Example
White with #DDDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA43; }
p { color: rgb(221,218,67); }
H1.HeaderClassName
{
color: #DDDA43;
}
.AnyTagClassName
{
color: #DDDA43;
}
</style>
background-color css
<style>
a { background-color: #DDDA43; }
a { background-color: rgb(221,218,67); }
div.DivClassName
{
background-color: #DDDA43;
}
.BgClassName
{
background-color: #DDDA43;
}
</style>
border-color css
<style>
span { border-color: #DDDA43; }
span { border-color: rgb(221,218,67); }
td.TdClassName
{
border-color: #DDDA43;
}
.TagClassName
{
border-color: #DDDA43;
}
</style>