Shades of Starship #DAD83B
Tints of Starship #DAD83B
RGB
CMYK
RGB Variations
Color information
#DAD83B (or 0xDAD83B) is known color: Starship. HEX triplet: DA, D8 and 3B. RGB value is (218,216,59). Sum of RGB (Red+Green+Blue) = 218+216+59=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD83B is #2527C4. Grayscale: #C7C7C7. Windows color (decimal): -2435013 or 3922138. OLE color: 3922138.
HSL color Cylindrical-coordinate representation of color #DAD83B: hue angle of 59.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAD83B is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 59 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.15 |
| HSL | 59.25º | 0.68% | 0.54% | - |
| HSV(B) | 59.25º | 0.73% | 0.85% | - |
| XYZ | 54.26 | 64.33 | 13.7 | - |
| YUV | 198.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 59 | 0 | 0.01 | 0.73 | 0.15 | 59.25 | 0.68 | 0.54 |
| Hex | DA | D8 | 3B | 0 | 1 | 49 | F | 3B | 44 | 36 |
| Octal | 332 | 330 | 73 | 0 | 1 | 111 | 17 | 73 | 104 | 66 |
| Binary | 11011010 | 11011000 | 111011 | 0 | 1 | 1001001 | 1111 | 111011 | 1000100 | 110110 |
Color Harmonies of #DAD83B
Complementary color
Monochromatic Colors of #DAD83B
Black with #DAD83B
Text Example
Text Example
White with #DAD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD83B; }
p { color: rgb(218,216,59); }
H1.HeaderClassName
{
color: #DAD83B;
}
.AnyTagClassName
{
color: #DAD83B;
}
</style>
background-color css
<style>
a { background-color: #DAD83B; }
a { background-color: rgb(218,216,59); }
div.DivClassName
{
background-color: #DAD83B;
}
.BgClassName
{
background-color: #DAD83B;
}
</style>
border-color css
<style>
span { border-color: #DAD83B; }
span { border-color: rgb(218,216,59); }
td.TdClassName
{
border-color: #DAD83B;
}
.TagClassName
{
border-color: #DAD83B;
}
</style>