Shades of Starship #DADC3F
Tints of Starship #DADC3F
RGB
CMYK
RGB Variations
Color information
#DADC3F (or 0xDADC3F) is known color: Starship. HEX triplet: DA, DC and 3F. RGB value is (218,220,63). Sum of RGB (Red+Green+Blue) = 218+220+63=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC3F is #2523C0. Grayscale: #CACACA. Windows color (decimal): -2433985 or 4185306. OLE color: 4185306.
HSL color Cylindrical-coordinate representation of color #DADC3F: hue angle of 60.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DADC3F is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 63 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.14 |
| HSL | 60.76º | 0.69% | 0.55% | - |
| HSV(B) | 60.76º | 0.71% | 0.86% | - |
| XYZ | 55.4 | 66.45 | 14.61 | - |
| YUV | 201.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 63 | 0.01 | 0 | 0.71 | 0.14 | 60.76 | 0.69 | 0.55 |
| Hex | DA | DC | 3F | 1 | 0 | 47 | E | 3D | 45 | 37 |
| Octal | 332 | 334 | 77 | 1 | 0 | 107 | 16 | 75 | 105 | 67 |
| Binary | 11011010 | 11011100 | 111111 | 1 | 0 | 1000111 | 1110 | 111101 | 1000101 | 110111 |
Color Harmonies of #DADC3F
Complementary color
Monochromatic Colors of #DADC3F
Black with #DADC3F
Text Example
Text Example
White with #DADC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC3F; }
p { color: rgb(218,220,63); }
H1.HeaderClassName
{
color: #DADC3F;
}
.AnyTagClassName
{
color: #DADC3F;
}
</style>
background-color css
<style>
a { background-color: #DADC3F; }
a { background-color: rgb(218,220,63); }
div.DivClassName
{
background-color: #DADC3F;
}
.BgClassName
{
background-color: #DADC3F;
}
</style>
border-color css
<style>
span { border-color: #DADC3F; }
span { border-color: rgb(218,220,63); }
td.TdClassName
{
border-color: #DADC3F;
}
.TagClassName
{
border-color: #DADC3F;
}
</style>