Shades of Starship #DADD3E
Tints of Starship #DADD3E
RGB
CMYK
RGB Variations
Color information
#DADD3E (or 0xDADD3E) is known color: Starship. HEX triplet: DA, DD and 3E. RGB value is (218,221,62). Sum of RGB (Red+Green+Blue) = 218+221+62=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD3E is #2522C1. Grayscale: #CACACA. Windows color (decimal): -2433730 or 4120026. OLE color: 4120026.
HSL color Cylindrical-coordinate representation of color #DADD3E: hue angle of 61.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DADD3E is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 62 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.13 |
| HSL | 61.13º | 0.7% | 0.55% | - |
| HSV(B) | 61.13º | 0.72% | 0.87% | - |
| XYZ | 55.64 | 66.97 | 14.55 | - |
| YUV | 201.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 62 | 0.01 | 0 | 0.72 | 0.13 | 61.13 | 0.7 | 0.55 |
| Hex | DA | DD | 3E | 1 | 0 | 48 | D | 3D | 46 | 37 |
| Octal | 332 | 335 | 76 | 1 | 0 | 110 | 15 | 75 | 106 | 67 |
| Binary | 11011010 | 11011101 | 111110 | 1 | 0 | 1001000 | 1101 | 111101 | 1000110 | 110111 |
Color Harmonies of #DADD3E
Complementary color
Monochromatic Colors of #DADD3E
Black with #DADD3E
Text Example
Text Example
White with #DADD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD3E; }
p { color: rgb(218,221,62); }
H1.HeaderClassName
{
color: #DADD3E;
}
.AnyTagClassName
{
color: #DADD3E;
}
</style>
background-color css
<style>
a { background-color: #DADD3E; }
a { background-color: rgb(218,221,62); }
div.DivClassName
{
background-color: #DADD3E;
}
.BgClassName
{
background-color: #DADD3E;
}
</style>
border-color css
<style>
span { border-color: #DADD3E; }
span { border-color: rgb(218,221,62); }
td.TdClassName
{
border-color: #DADD3E;
}
.TagClassName
{
border-color: #DADD3E;
}
</style>