Shades of Starship #DAD53A
Tints of Starship #DAD53A
RGB
CMYK
RGB Variations
Color information
#DAD53A (or 0xDAD53A) is known color: Starship. HEX triplet: DA, D5 and 3A. RGB value is (218,213,58). Sum of RGB (Red+Green+Blue) = 218+213+58=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD53A is #252AC5. Grayscale: #C5C5C5. Windows color (decimal): -2435782 or 3855834. OLE color: 3855834.
HSL color Cylindrical-coordinate representation of color #DAD53A: hue angle of 58.12º 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 #DAD53A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 58 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.15 |
| HSL | 58.13º | 0.68% | 0.54% | - |
| HSV(B) | 58.13º | 0.73% | 0.85% | - |
| XYZ | 53.47 | 62.8 | 13.31 | - |
| YUV | 196.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 58 | 0 | 0.02 | 0.73 | 0.15 | 58.13 | 0.68 | 0.54 |
| Hex | DA | D5 | 3A | 0 | 2 | 49 | F | 3A | 44 | 36 |
| Octal | 332 | 325 | 72 | 0 | 2 | 111 | 17 | 72 | 104 | 66 |
| Binary | 11011010 | 11010101 | 111010 | 0 | 10 | 1001001 | 1111 | 111010 | 1000100 | 110110 |
Color Harmonies of #DAD53A
Complementary color
Monochromatic Colors of #DAD53A
Black with #DAD53A
Text Example
Text Example
White with #DAD53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD53A; }
p { color: rgb(218,213,58); }
H1.HeaderClassName
{
color: #DAD53A;
}
.AnyTagClassName
{
color: #DAD53A;
}
</style>
background-color css
<style>
a { background-color: #DAD53A; }
a { background-color: rgb(218,213,58); }
div.DivClassName
{
background-color: #DAD53A;
}
.BgClassName
{
background-color: #DAD53A;
}
</style>
border-color css
<style>
span { border-color: #DAD53A; }
span { border-color: rgb(218,213,58); }
td.TdClassName
{
border-color: #DAD53A;
}
.TagClassName
{
border-color: #DAD53A;
}
</style>