Shades of Starship #DDDA34
Tints of Starship #DDDA34
RGB
CMYK
RGB Variations
Color information
#DDDA34 (or 0xDDDA34) is known color: Starship. HEX triplet: DD, DA and 34. RGB value is (221,218,52). Sum of RGB (Red+Green+Blue) = 221+218+52=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA34 is #2225CB. Grayscale: #C8C8C8. Windows color (decimal): -2237900 or 3463901. OLE color: 3463901.
HSL color Cylindrical-coordinate representation of color #DDDA34: hue angle of 58.93º 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 #DDDA34 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.13 |
| HSL | 58.93º | 0.71% | 0.54% | - |
| HSV(B) | 58.93º | 0.76% | 0.87% | - |
| XYZ | 55.51 | 65.76 | 13.02 | - |
| YUV | 199.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 52 | 0 | 0.01 | 0.76 | 0.13 | 58.93 | 0.71 | 0.54 |
| Hex | DD | DA | 34 | 0 | 1 | 4C | D | 3B | 47 | 36 |
| Octal | 335 | 332 | 64 | 0 | 1 | 114 | 15 | 73 | 107 | 66 |
| Binary | 11011101 | 11011010 | 110100 | 0 | 1 | 1001100 | 1101 | 111011 | 1000111 | 110110 |
Color Harmonies of #DDDA34
Complementary color
Monochromatic Colors of #DDDA34
Black with #DDDA34
Text Example
Text Example
White with #DDDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA34; }
p { color: rgb(221,218,52); }
H1.HeaderClassName
{
color: #DDDA34;
}
.AnyTagClassName
{
color: #DDDA34;
}
</style>
background-color css
<style>
a { background-color: #DDDA34; }
a { background-color: rgb(221,218,52); }
div.DivClassName
{
background-color: #DDDA34;
}
.BgClassName
{
background-color: #DDDA34;
}
</style>
border-color css
<style>
span { border-color: #DDDA34; }
span { border-color: rgb(221,218,52); }
td.TdClassName
{
border-color: #DDDA34;
}
.TagClassName
{
border-color: #DDDA34;
}
</style>