Shades of Starship #DADC41
Tints of Starship #DADC41
RGB
CMYK
RGB Variations
Color information
#DADC41 (or 0xDADC41) is known color: Starship. HEX triplet: DA, DC and 41. RGB value is (218,220,65). Sum of RGB (Red+Green+Blue) = 218+220+65=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC41 is #2523BE. Grayscale: #CACACA. Windows color (decimal): -2433983 or 4316378. OLE color: 4316378.
HSL color Cylindrical-coordinate representation of color #DADC41: hue angle of 60.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADC41 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 65 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.14 |
| HSL | 60.77º | 0.69% | 0.56% | - |
| HSV(B) | 60.77º | 0.7% | 0.86% | - |
| XYZ | 55.46 | 66.47 | 14.91 | - |
| YUV | 201.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 65 | 0.01 | 0 | 0.70 | 0.14 | 60.77 | 0.69 | 0.56 |
| Hex | DA | DC | 41 | 1 | 0 | 46 | E | 3D | 45 | 38 |
| Octal | 332 | 334 | 101 | 1 | 0 | 106 | 16 | 75 | 105 | 70 |
| Binary | 11011010 | 11011100 | 1000001 | 1 | 0 | 1000110 | 1110 | 111101 | 1000101 | 111000 |
Color Harmonies of #DADC41
Complementary color
Monochromatic Colors of #DADC41
Black with #DADC41
Text Example
Text Example
White with #DADC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC41; }
p { color: rgb(218,220,65); }
H1.HeaderClassName
{
color: #DADC41;
}
.AnyTagClassName
{
color: #DADC41;
}
</style>
background-color css
<style>
a { background-color: #DADC41; }
a { background-color: rgb(218,220,65); }
div.DivClassName
{
background-color: #DADC41;
}
.BgClassName
{
background-color: #DADC41;
}
</style>
border-color css
<style>
span { border-color: #DADC41; }
span { border-color: rgb(218,220,65); }
td.TdClassName
{
border-color: #DADC41;
}
.TagClassName
{
border-color: #DADC41;
}
</style>