Shades of Starship #DADC47
Tints of Starship #DADC47
RGB
CMYK
RGB Variations
Color information
#DADC47 (or 0xDADC47) is known color: Starship. HEX triplet: DA, DC and 47. RGB value is (218,220,71). Sum of RGB (Red+Green+Blue) = 218+220+71=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC47 is #2523B8. Grayscale: #CBCBCB. Windows color (decimal): -2433977 or 4709594. OLE color: 4709594.
HSL color Cylindrical-coordinate representation of color #DADC47: hue angle of 60.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DADC47 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 71 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.14 |
| HSL | 60.81º | 0.68% | 0.57% | - |
| HSV(B) | 60.81º | 0.68% | 0.86% | - |
| XYZ | 55.64 | 66.55 | 15.87 | - |
| YUV | 202.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 71 | 0.01 | 0 | 0.68 | 0.14 | 60.81 | 0.68 | 0.57 |
| Hex | DA | DC | 47 | 1 | 0 | 44 | E | 3D | 44 | 39 |
| Octal | 332 | 334 | 107 | 1 | 0 | 104 | 16 | 75 | 104 | 71 |
| Binary | 11011010 | 11011100 | 1000111 | 1 | 0 | 1000100 | 1110 | 111101 | 1000100 | 111001 |
Color Harmonies of #DADC47
Complementary color
Monochromatic Colors of #DADC47
Black with #DADC47
Text Example
Text Example
White with #DADC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC47; }
p { color: rgb(218,220,71); }
H1.HeaderClassName
{
color: #DADC47;
}
.AnyTagClassName
{
color: #DADC47;
}
</style>
background-color css
<style>
a { background-color: #DADC47; }
a { background-color: rgb(218,220,71); }
div.DivClassName
{
background-color: #DADC47;
}
.BgClassName
{
background-color: #DADC47;
}
</style>
border-color css
<style>
span { border-color: #DADC47; }
span { border-color: rgb(218,220,71); }
td.TdClassName
{
border-color: #DADC47;
}
.TagClassName
{
border-color: #DADC47;
}
</style>