Shades of Starship #DAD945
Tints of Starship #DAD945
RGB
CMYK
RGB Variations
Color information
#DAD945 (or 0xDAD945) is known color: Starship. HEX triplet: DA, D9 and 45. RGB value is (218,217,69). Sum of RGB (Red+Green+Blue) = 218+217+69=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD945 is #2526BA. Grayscale: #C9C9C9. Windows color (decimal): -2434747 or 4577754. OLE color: 4577754.
HSL color Cylindrical-coordinate representation of color #DAD945: hue angle of 59.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAD945 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 69 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.15 |
| HSL | 59.6º | 0.67% | 0.56% | - |
| HSV(B) | 59.6º | 0.68% | 0.85% | - |
| XYZ | 54.8 | 64.96 | 15.28 | - |
| YUV | 200.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 69 | 0 | 0.00 | 0.68 | 0.15 | 59.6 | 0.67 | 0.56 |
| Hex | DA | D9 | 45 | 0 | 0 | 44 | F | 3C | 43 | 38 |
| Octal | 332 | 331 | 105 | 0 | 0 | 104 | 17 | 74 | 103 | 70 |
| Binary | 11011010 | 11011001 | 1000101 | 0 | 0 | 1000100 | 1111 | 111100 | 1000011 | 111000 |
Color Harmonies of #DAD945
Complementary color
Monochromatic Colors of #DAD945
Black with #DAD945
Text Example
Text Example
White with #DAD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD945; }
p { color: rgb(218,217,69); }
H1.HeaderClassName
{
color: #DAD945;
}
.AnyTagClassName
{
color: #DAD945;
}
</style>
background-color css
<style>
a { background-color: #DAD945; }
a { background-color: rgb(218,217,69); }
div.DivClassName
{
background-color: #DAD945;
}
.BgClassName
{
background-color: #DAD945;
}
</style>
border-color css
<style>
span { border-color: #DAD945; }
span { border-color: rgb(218,217,69); }
td.TdClassName
{
border-color: #DAD945;
}
.TagClassName
{
border-color: #DAD945;
}
</style>