Shades of Starship #DADD46
Tints of Starship #DADD46
RGB
CMYK
RGB Variations
Color information
#DADD46 (or 0xDADD46) is known color: Starship. HEX triplet: DA, DD and 46. RGB value is (218,221,70). Sum of RGB (Red+Green+Blue) = 218+221+70=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD46 is #2522B9. Grayscale: #CBCBCB. Windows color (decimal): -2433722 or 4644314. OLE color: 4644314.
HSL color Cylindrical-coordinate representation of color #DADD46: hue angle of 61.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DADD46 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 70 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.13 |
| HSL | 61.19º | 0.69% | 0.57% | - |
| HSV(B) | 61.19º | 0.68% | 0.87% | - |
| XYZ | 55.88 | 67.06 | 15.79 | - |
| YUV | 202.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 70 | 0.01 | 0 | 0.68 | 0.13 | 61.19 | 0.69 | 0.57 |
| Hex | DA | DD | 46 | 1 | 0 | 44 | D | 3D | 45 | 39 |
| Octal | 332 | 335 | 106 | 1 | 0 | 104 | 15 | 75 | 105 | 71 |
| Binary | 11011010 | 11011101 | 1000110 | 1 | 0 | 1000100 | 1101 | 111101 | 1000101 | 111001 |
Color Harmonies of #DADD46
Complementary color
Monochromatic Colors of #DADD46
Black with #DADD46
Text Example
Text Example
White with #DADD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD46; }
p { color: rgb(218,221,70); }
H1.HeaderClassName
{
color: #DADD46;
}
.AnyTagClassName
{
color: #DADD46;
}
</style>
background-color css
<style>
a { background-color: #DADD46; }
a { background-color: rgb(218,221,70); }
div.DivClassName
{
background-color: #DADD46;
}
.BgClassName
{
background-color: #DADD46;
}
</style>
border-color css
<style>
span { border-color: #DADD46; }
span { border-color: rgb(218,221,70); }
td.TdClassName
{
border-color: #DADD46;
}
.TagClassName
{
border-color: #DADD46;
}
</style>