Shades of Starship #DAD63D
Tints of Starship #DAD63D
RGB
CMYK
RGB Variations
Color information
#DAD63D (or 0xDAD63D) is known color: Starship. HEX triplet: DA, D6 and 3D. RGB value is (218,214,61). Sum of RGB (Red+Green+Blue) = 218+214+61=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD63D is #2529C2. Grayscale: #C6C6C6. Windows color (decimal): -2435523 or 4052698. OLE color: 4052698.
HSL color Cylindrical-coordinate representation of color #DAD63D: hue angle of 58.47º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAD63D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 61 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.15 |
| HSL | 58.47º | 0.68% | 0.55% | - |
| HSV(B) | 58.47º | 0.72% | 0.85% | - |
| XYZ | 53.8 | 63.34 | 13.8 | - |
| YUV | 197.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 61 | 0 | 0.02 | 0.72 | 0.15 | 58.47 | 0.68 | 0.55 |
| Hex | DA | D6 | 3D | 0 | 2 | 48 | F | 3A | 44 | 37 |
| Octal | 332 | 326 | 75 | 0 | 2 | 110 | 17 | 72 | 104 | 67 |
| Binary | 11011010 | 11010110 | 111101 | 0 | 10 | 1001000 | 1111 | 111010 | 1000100 | 110111 |
Color Harmonies of #DAD63D
Complementary color
Monochromatic Colors of #DAD63D
Black with #DAD63D
Text Example
Text Example
White with #DAD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD63D; }
p { color: rgb(218,214,61); }
H1.HeaderClassName
{
color: #DAD63D;
}
.AnyTagClassName
{
color: #DAD63D;
}
</style>
background-color css
<style>
a { background-color: #DAD63D; }
a { background-color: rgb(218,214,61); }
div.DivClassName
{
background-color: #DAD63D;
}
.BgClassName
{
background-color: #DAD63D;
}
</style>
border-color css
<style>
span { border-color: #DAD63D; }
span { border-color: rgb(218,214,61); }
td.TdClassName
{
border-color: #DAD63D;
}
.TagClassName
{
border-color: #DAD63D;
}
</style>