Shades of Starship #DAD93F
Tints of Starship #DAD93F
RGB
CMYK
RGB Variations
Color information
#DAD93F (or 0xDAD93F) is known color: Starship. HEX triplet: DA, D9 and 3F. RGB value is (218,217,63). Sum of RGB (Red+Green+Blue) = 218+217+63=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD93F is #2526C0. Grayscale: #C8C8C8. Windows color (decimal): -2434753 or 4184538. OLE color: 4184538.
HSL color Cylindrical-coordinate representation of color #DAD93F: hue angle of 59.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAD93F is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 63 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.15 |
| HSL | 59.61º | 0.68% | 0.55% | - |
| HSV(B) | 59.61º | 0.71% | 0.85% | - |
| XYZ | 54.62 | 64.89 | 14.35 | - |
| YUV | 199.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 63 | 0 | 0.00 | 0.71 | 0.15 | 59.61 | 0.68 | 0.55 |
| Hex | DA | D9 | 3F | 0 | 0 | 47 | F | 3C | 44 | 37 |
| Octal | 332 | 331 | 77 | 0 | 0 | 107 | 17 | 74 | 104 | 67 |
| Binary | 11011010 | 11011001 | 111111 | 0 | 0 | 1000111 | 1111 | 111100 | 1000100 | 110111 |
Color Harmonies of #DAD93F
Complementary color
Monochromatic Colors of #DAD93F
Black with #DAD93F
Text Example
Text Example
White with #DAD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD93F; }
p { color: rgb(218,217,63); }
H1.HeaderClassName
{
color: #DAD93F;
}
.AnyTagClassName
{
color: #DAD93F;
}
</style>
background-color css
<style>
a { background-color: #DAD93F; }
a { background-color: rgb(218,217,63); }
div.DivClassName
{
background-color: #DAD93F;
}
.BgClassName
{
background-color: #DAD93F;
}
</style>
border-color css
<style>
span { border-color: #DAD93F; }
span { border-color: rgb(218,217,63); }
td.TdClassName
{
border-color: #DAD93F;
}
.TagClassName
{
border-color: #DAD93F;
}
</style>