Shades of Starship #DAD63B
Tints of Starship #DAD63B
RGB
CMYK
RGB Variations
Color information
#DAD63B (or 0xDAD63B) is known color: Starship. HEX triplet: DA, D6 and 3B. RGB value is (218,214,59). Sum of RGB (Red+Green+Blue) = 218+214+59=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD63B is #2529C4. Grayscale: #C6C6C6. Windows color (decimal): -2435525 or 3921626. OLE color: 3921626.
HSL color Cylindrical-coordinate representation of color #DAD63B: hue angle of 58.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAD63B is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 59 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.15 |
| HSL | 58.49º | 0.68% | 0.54% | - |
| HSV(B) | 58.49º | 0.73% | 0.85% | - |
| XYZ | 53.75 | 63.31 | 13.53 | - |
| YUV | 197.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 59 | 0 | 0.02 | 0.73 | 0.15 | 58.49 | 0.68 | 0.54 |
| Hex | DA | D6 | 3B | 0 | 2 | 49 | F | 3A | 44 | 36 |
| Octal | 332 | 326 | 73 | 0 | 2 | 111 | 17 | 72 | 104 | 66 |
| Binary | 11011010 | 11010110 | 111011 | 0 | 10 | 1001001 | 1111 | 111010 | 1000100 | 110110 |
Color Harmonies of #DAD63B
Complementary color
Monochromatic Colors of #DAD63B
Black with #DAD63B
Text Example
Text Example
White with #DAD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD63B; }
p { color: rgb(218,214,59); }
H1.HeaderClassName
{
color: #DAD63B;
}
.AnyTagClassName
{
color: #DAD63B;
}
</style>
background-color css
<style>
a { background-color: #DAD63B; }
a { background-color: rgb(218,214,59); }
div.DivClassName
{
background-color: #DAD63B;
}
.BgClassName
{
background-color: #DAD63B;
}
</style>
border-color css
<style>
span { border-color: #DAD63B; }
span { border-color: rgb(218,214,59); }
td.TdClassName
{
border-color: #DAD63B;
}
.TagClassName
{
border-color: #DAD63B;
}
</style>