Shades of Starship #DAD836
Tints of Starship #DAD836
RGB
CMYK
RGB Variations
Color information
#DAD836 (or 0xDAD836) is known color: Starship. HEX triplet: DA, D8 and 36. RGB value is (218,216,54). Sum of RGB (Red+Green+Blue) = 218+216+54=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD836 is #2527C9. Grayscale: #C6C6C6. Windows color (decimal): -2435018 or 3594458. OLE color: 3594458.
HSL color Cylindrical-coordinate representation of color #DAD836: hue angle of 59.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAD836 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 54 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.15 |
| HSL | 59.27º | 0.69% | 0.53% | - |
| HSV(B) | 59.27º | 0.75% | 0.85% | - |
| XYZ | 54.14 | 64.28 | 13.04 | - |
| YUV | 198.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 54 | 0 | 0.01 | 0.75 | 0.15 | 59.27 | 0.69 | 0.53 |
| Hex | DA | D8 | 36 | 0 | 1 | 4B | F | 3B | 45 | 35 |
| Octal | 332 | 330 | 66 | 0 | 1 | 113 | 17 | 73 | 105 | 65 |
| Binary | 11011010 | 11011000 | 110110 | 0 | 1 | 1001011 | 1111 | 111011 | 1000101 | 110101 |
Color Harmonies of #DAD836
Complementary color
Monochromatic Colors of #DAD836
Black with #DAD836
Text Example
Text Example
White with #DAD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD836; }
p { color: rgb(218,216,54); }
H1.HeaderClassName
{
color: #DAD836;
}
.AnyTagClassName
{
color: #DAD836;
}
</style>
background-color css
<style>
a { background-color: #DAD836; }
a { background-color: rgb(218,216,54); }
div.DivClassName
{
background-color: #DAD836;
}
.BgClassName
{
background-color: #DAD836;
}
</style>
border-color css
<style>
span { border-color: #DAD836; }
span { border-color: rgb(218,216,54); }
td.TdClassName
{
border-color: #DAD836;
}
.TagClassName
{
border-color: #DAD836;
}
</style>