Shades of Starship #DADF43
Tints of Starship #DADF43
RGB
CMYK
RGB Variations
Color information
#DADF43 (or 0xDADF43) is known color: Starship. HEX triplet: DA, DF and 43. RGB value is (218,223,67). Sum of RGB (Red+Green+Blue) = 218+223+67=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF43 is #2520BC. Grayscale: #CCCCCC. Windows color (decimal): -2433213 or 4448218. OLE color: 4448218.
HSL color Cylindrical-coordinate representation of color #DADF43: hue angle of 61.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADF43 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 67 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.13 |
| HSL | 61.92º | 0.71% | 0.57% | - |
| HSV(B) | 61.92º | 0.7% | 0.87% | - |
| XYZ | 56.31 | 68.09 | 15.48 | - |
| YUV | 203.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 67 | 0.02 | 0 | 0.70 | 0.13 | 61.92 | 0.71 | 0.57 |
| Hex | DA | DF | 43 | 2 | 0 | 46 | D | 3E | 47 | 39 |
| Octal | 332 | 337 | 103 | 2 | 0 | 106 | 15 | 76 | 107 | 71 |
| Binary | 11011010 | 11011111 | 1000011 | 10 | 0 | 1000110 | 1101 | 111110 | 1000111 | 111001 |
Color Harmonies of #DADF43
Complementary color
Monochromatic Colors of #DADF43
Black with #DADF43
Text Example
Text Example
White with #DADF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF43; }
p { color: rgb(218,223,67); }
H1.HeaderClassName
{
color: #DADF43;
}
.AnyTagClassName
{
color: #DADF43;
}
</style>
background-color css
<style>
a { background-color: #DADF43; }
a { background-color: rgb(218,223,67); }
div.DivClassName
{
background-color: #DADF43;
}
.BgClassName
{
background-color: #DADF43;
}
</style>
border-color css
<style>
span { border-color: #DADF43; }
span { border-color: rgb(218,223,67); }
td.TdClassName
{
border-color: #DADF43;
}
.TagClassName
{
border-color: #DADF43;
}
</style>