Shades of Starship #DAD636
Tints of Starship #DAD636
RGB
CMYK
RGB Variations
Color information
#DAD636 (or 0xDAD636) is known color: Starship. HEX triplet: DA, D6 and 36. RGB value is (218,214,54). Sum of RGB (Red+Green+Blue) = 218+214+54=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD636 is #2529C9. Grayscale: #C5C5C5. Windows color (decimal): -2435530 or 3593946. OLE color: 3593946.
HSL color Cylindrical-coordinate representation of color #DAD636: hue angle of 58.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAD636 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 54 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.15 |
| HSL | 58.54º | 0.69% | 0.53% | - |
| HSV(B) | 58.54º | 0.75% | 0.85% | - |
| XYZ | 53.63 | 63.26 | 12.87 | - |
| YUV | 196.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 54 | 0 | 0.02 | 0.75 | 0.15 | 58.54 | 0.69 | 0.53 |
| Hex | DA | D6 | 36 | 0 | 2 | 4B | F | 3B | 45 | 35 |
| Octal | 332 | 326 | 66 | 0 | 2 | 113 | 17 | 73 | 105 | 65 |
| Binary | 11011010 | 11010110 | 110110 | 0 | 10 | 1001011 | 1111 | 111011 | 1000101 | 110101 |
Color Harmonies of #DAD636
Complementary color
Monochromatic Colors of #DAD636
Black with #DAD636
Text Example
Text Example
White with #DAD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD636; }
p { color: rgb(218,214,54); }
H1.HeaderClassName
{
color: #DAD636;
}
.AnyTagClassName
{
color: #DAD636;
}
</style>
background-color css
<style>
a { background-color: #DAD636; }
a { background-color: rgb(218,214,54); }
div.DivClassName
{
background-color: #DAD636;
}
.BgClassName
{
background-color: #DAD636;
}
</style>
border-color css
<style>
span { border-color: #DAD636; }
span { border-color: rgb(218,214,54); }
td.TdClassName
{
border-color: #DAD636;
}
.TagClassName
{
border-color: #DAD636;
}
</style>