Shades of Starship #DDDA2E
Tints of Starship #DDDA2E
RGB
CMYK
RGB Variations
Color information
#DDDA2E (or 0xDDDA2E) is known color: Starship. HEX triplet: DD, DA and 2E. RGB value is (221,218,46). Sum of RGB (Red+Green+Blue) = 221+218+46=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA2E is #2225D1. Grayscale: #C7C7C7. Windows color (decimal): -2237906 or 3070685. OLE color: 3070685.
HSL color Cylindrical-coordinate representation of color #DDDA2E: hue angle of 58.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDDA2E is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 46 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.13 |
| HSL | 58.97º | 0.72% | 0.52% | - |
| HSV(B) | 58.97º | 0.79% | 0.87% | - |
| XYZ | 55.38 | 65.71 | 12.35 | - |
| YUV | 199.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 46 | 0 | 0.01 | 0.79 | 0.13 | 58.97 | 0.72 | 0.52 |
| Hex | DD | DA | 2E | 0 | 1 | 4F | D | 3B | 48 | 34 |
| Octal | 335 | 332 | 56 | 0 | 1 | 117 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011010 | 101110 | 0 | 1 | 1001111 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDDA2E
Complementary color
Monochromatic Colors of #DDDA2E
Black with #DDDA2E
Text Example
Text Example
White with #DDDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA2E; }
p { color: rgb(221,218,46); }
H1.HeaderClassName
{
color: #DDDA2E;
}
.AnyTagClassName
{
color: #DDDA2E;
}
</style>
background-color css
<style>
a { background-color: #DDDA2E; }
a { background-color: rgb(221,218,46); }
div.DivClassName
{
background-color: #DDDA2E;
}
.BgClassName
{
background-color: #DDDA2E;
}
</style>
border-color css
<style>
span { border-color: #DDDA2E; }
span { border-color: rgb(221,218,46); }
td.TdClassName
{
border-color: #DDDA2E;
}
.TagClassName
{
border-color: #DDDA2E;
}
</style>