Shades of Starship #DADF3A
Tints of Starship #DADF3A
RGB
CMYK
RGB Variations
Color information
#DADF3A (or 0xDADF3A) is known color: Starship. HEX triplet: DA, DF and 3A. RGB value is (218,223,58). Sum of RGB (Red+Green+Blue) = 218+223+58=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF3A is #2520C5. Grayscale: #CBCBCB. Windows color (decimal): -2433222 or 3858394. OLE color: 3858394.
HSL color Cylindrical-coordinate representation of color #DADF3A: hue angle of 61.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DADF3A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.13 |
| HSL | 61.82º | 0.72% | 0.55% | - |
| HSV(B) | 61.82º | 0.74% | 0.87% | - |
| XYZ | 56.06 | 67.99 | 14.17 | - |
| YUV | 202.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 58 | 0.02 | 0 | 0.74 | 0.13 | 61.82 | 0.72 | 0.55 |
| Hex | DA | DF | 3A | 2 | 0 | 4A | D | 3E | 48 | 37 |
| Octal | 332 | 337 | 72 | 2 | 0 | 112 | 15 | 76 | 110 | 67 |
| Binary | 11011010 | 11011111 | 111010 | 10 | 0 | 1001010 | 1101 | 111110 | 1001000 | 110111 |
Color Harmonies of #DADF3A
Complementary color
Monochromatic Colors of #DADF3A
Black with #DADF3A
Text Example
Text Example
White with #DADF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF3A; }
p { color: rgb(218,223,58); }
H1.HeaderClassName
{
color: #DADF3A;
}
.AnyTagClassName
{
color: #DADF3A;
}
</style>
background-color css
<style>
a { background-color: #DADF3A; }
a { background-color: rgb(218,223,58); }
div.DivClassName
{
background-color: #DADF3A;
}
.BgClassName
{
background-color: #DADF3A;
}
</style>
border-color css
<style>
span { border-color: #DADF3A; }
span { border-color: rgb(218,223,58); }
td.TdClassName
{
border-color: #DADF3A;
}
.TagClassName
{
border-color: #DADF3A;
}
</style>