Shades of Starship #DAD843
Tints of Starship #DAD843
RGB
CMYK
RGB Variations
Color information
#DAD843 (or 0xDAD843) is known color: Starship. HEX triplet: DA, D8 and 43. RGB value is (218,216,67). Sum of RGB (Red+Green+Blue) = 218+216+67=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD843 is #2527BC. Grayscale: #C8C8C8. Windows color (decimal): -2435005 or 4446426. OLE color: 4446426.
HSL color Cylindrical-coordinate representation of color #DAD843: hue angle of 59.21º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAD843 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 67 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.15 |
| HSL | 59.21º | 0.67% | 0.56% | - |
| HSV(B) | 59.21º | 0.69% | 0.85% | - |
| XYZ | 54.48 | 64.42 | 14.87 | - |
| YUV | 199.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 67 | 0 | 0.01 | 0.69 | 0.15 | 59.21 | 0.67 | 0.56 |
| Hex | DA | D8 | 43 | 0 | 1 | 45 | F | 3B | 43 | 38 |
| Octal | 332 | 330 | 103 | 0 | 1 | 105 | 17 | 73 | 103 | 70 |
| Binary | 11011010 | 11011000 | 1000011 | 0 | 1 | 1000101 | 1111 | 111011 | 1000011 | 111000 |
Color Harmonies of #DAD843
Complementary color
Monochromatic Colors of #DAD843
Black with #DAD843
Text Example
Text Example
White with #DAD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD843; }
p { color: rgb(218,216,67); }
H1.HeaderClassName
{
color: #DAD843;
}
.AnyTagClassName
{
color: #DAD843;
}
</style>
background-color css
<style>
a { background-color: #DAD843; }
a { background-color: rgb(218,216,67); }
div.DivClassName
{
background-color: #DAD843;
}
.BgClassName
{
background-color: #DAD843;
}
</style>
border-color css
<style>
span { border-color: #DAD843; }
span { border-color: rgb(218,216,67); }
td.TdClassName
{
border-color: #DAD843;
}
.TagClassName
{
border-color: #DAD843;
}
</style>