Shades of Starship #DADD44
Tints of Starship #DADD44
RGB
CMYK
RGB Variations
Color information
#DADD44 (or 0xDADD44) is known color: Starship. HEX triplet: DA, DD and 44. RGB value is (218,221,68). Sum of RGB (Red+Green+Blue) = 218+221+68=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD44 is #2522BB. Grayscale: #CBCBCB. Windows color (decimal): -2433724 or 4513242. OLE color: 4513242.
HSL color Cylindrical-coordinate representation of color #DADD44: hue angle of 61.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DADD44 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 68 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.13 |
| HSL | 61.18º | 0.69% | 0.57% | - |
| HSV(B) | 61.18º | 0.69% | 0.87% | - |
| XYZ | 55.81 | 67.04 | 15.47 | - |
| YUV | 202.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 68 | 0.01 | 0 | 0.69 | 0.13 | 61.18 | 0.69 | 0.57 |
| Hex | DA | DD | 44 | 1 | 0 | 45 | D | 3D | 45 | 39 |
| Octal | 332 | 335 | 104 | 1 | 0 | 105 | 15 | 75 | 105 | 71 |
| Binary | 11011010 | 11011101 | 1000100 | 1 | 0 | 1000101 | 1101 | 111101 | 1000101 | 111001 |
Color Harmonies of #DADD44
Complementary color
Monochromatic Colors of #DADD44
Black with #DADD44
Text Example
Text Example
White with #DADD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD44; }
p { color: rgb(218,221,68); }
H1.HeaderClassName
{
color: #DADD44;
}
.AnyTagClassName
{
color: #DADD44;
}
</style>
background-color css
<style>
a { background-color: #DADD44; }
a { background-color: rgb(218,221,68); }
div.DivClassName
{
background-color: #DADD44;
}
.BgClassName
{
background-color: #DADD44;
}
</style>
border-color css
<style>
span { border-color: #DADD44; }
span { border-color: rgb(218,221,68); }
td.TdClassName
{
border-color: #DADD44;
}
.TagClassName
{
border-color: #DADD44;
}
</style>