Shades of Starship #DADF3E
Tints of Starship #DADF3E
RGB
CMYK
RGB Variations
Color information
#DADF3E (or 0xDADF3E) is known color: Starship. HEX triplet: DA, DF and 3E. RGB value is (218,223,62). Sum of RGB (Red+Green+Blue) = 218+223+62=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF3E is #2520C1. Grayscale: #CBCBCB. Windows color (decimal): -2433218 or 4120538. OLE color: 4120538.
HSL color Cylindrical-coordinate representation of color #DADF3E: hue angle of 61.86º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DADF3E is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 62 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.13 |
| HSL | 61.86º | 0.72% | 0.56% | - |
| HSV(B) | 61.86º | 0.72% | 0.87% | - |
| XYZ | 56.17 | 68.03 | 14.73 | - |
| YUV | 203.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 62 | 0.02 | 0 | 0.72 | 0.13 | 61.86 | 0.72 | 0.56 |
| Hex | DA | DF | 3E | 2 | 0 | 48 | D | 3E | 48 | 38 |
| Octal | 332 | 337 | 76 | 2 | 0 | 110 | 15 | 76 | 110 | 70 |
| Binary | 11011010 | 11011111 | 111110 | 10 | 0 | 1001000 | 1101 | 111110 | 1001000 | 111000 |
Color Harmonies of #DADF3E
Complementary color
Monochromatic Colors of #DADF3E
Black with #DADF3E
Text Example
Text Example
White with #DADF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF3E; }
p { color: rgb(218,223,62); }
H1.HeaderClassName
{
color: #DADF3E;
}
.AnyTagClassName
{
color: #DADF3E;
}
</style>
background-color css
<style>
a { background-color: #DADF3E; }
a { background-color: rgb(218,223,62); }
div.DivClassName
{
background-color: #DADF3E;
}
.BgClassName
{
background-color: #DADF3E;
}
</style>
border-color css
<style>
span { border-color: #DADF3E; }
span { border-color: rgb(218,223,62); }
td.TdClassName
{
border-color: #DADF3E;
}
.TagClassName
{
border-color: #DADF3E;
}
</style>