Shades of Starship #DADB46
Tints of Starship #DADB46
RGB
CMYK
RGB Variations
Color information
#DADB46 (or 0xDADB46) is known color: Starship. HEX triplet: DA, DB and 46. RGB value is (218,219,70). Sum of RGB (Red+Green+Blue) = 218+219+70=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB46 is #2524B9. Grayscale: #CACACA. Windows color (decimal): -2434234 or 4643802. OLE color: 4643802.
HSL color Cylindrical-coordinate representation of color #DADB46: hue angle of 60.4º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DADB46 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 70 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.14 |
| HSL | 60.4º | 0.67% | 0.57% | - |
| HSV(B) | 60.4º | 0.68% | 0.86% | - |
| XYZ | 55.35 | 66.01 | 15.62 | - |
| YUV | 201.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 70 | 0.00 | 0 | 0.68 | 0.14 | 60.4 | 0.67 | 0.57 |
| Hex | DA | DB | 46 | 0 | 0 | 44 | E | 3C | 43 | 39 |
| Octal | 332 | 333 | 106 | 0 | 0 | 104 | 16 | 74 | 103 | 71 |
| Binary | 11011010 | 11011011 | 1000110 | 0 | 0 | 1000100 | 1110 | 111100 | 1000011 | 111001 |
Color Harmonies of #DADB46
Complementary color
Monochromatic Colors of #DADB46
Black with #DADB46
Text Example
Text Example
White with #DADB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB46; }
p { color: rgb(218,219,70); }
H1.HeaderClassName
{
color: #DADB46;
}
.AnyTagClassName
{
color: #DADB46;
}
</style>
background-color css
<style>
a { background-color: #DADB46; }
a { background-color: rgb(218,219,70); }
div.DivClassName
{
background-color: #DADB46;
}
.BgClassName
{
background-color: #DADB46;
}
</style>
border-color css
<style>
span { border-color: #DADB46; }
span { border-color: rgb(218,219,70); }
td.TdClassName
{
border-color: #DADB46;
}
.TagClassName
{
border-color: #DADB46;
}
</style>