Shades of Starship #DADB44
Tints of Starship #DADB44
RGB
CMYK
RGB Variations
Color information
#DADB44 (or 0xDADB44) is known color: Starship. HEX triplet: DA, DB and 44. RGB value is (218,219,68). Sum of RGB (Red+Green+Blue) = 218+219+68=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB44 is #2524BB. Grayscale: #CACACA. Windows color (decimal): -2434236 or 4512730. OLE color: 4512730.
HSL color Cylindrical-coordinate representation of color #DADB44: hue angle of 60.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DADB44 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 68 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.14 |
| HSL | 60.4º | 0.68% | 0.56% | - |
| HSV(B) | 60.4º | 0.69% | 0.86% | - |
| XYZ | 55.29 | 65.99 | 15.29 | - |
| YUV | 201.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 68 | 0.00 | 0 | 0.69 | 0.14 | 60.4 | 0.68 | 0.56 |
| Hex | DA | DB | 44 | 0 | 0 | 45 | E | 3C | 44 | 38 |
| Octal | 332 | 333 | 104 | 0 | 0 | 105 | 16 | 74 | 104 | 70 |
| Binary | 11011010 | 11011011 | 1000100 | 0 | 0 | 1000101 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DADB44
Complementary color
Monochromatic Colors of #DADB44
Black with #DADB44
Text Example
Text Example
White with #DADB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB44; }
p { color: rgb(218,219,68); }
H1.HeaderClassName
{
color: #DADB44;
}
.AnyTagClassName
{
color: #DADB44;
}
</style>
background-color css
<style>
a { background-color: #DADB44; }
a { background-color: rgb(218,219,68); }
div.DivClassName
{
background-color: #DADB44;
}
.BgClassName
{
background-color: #DADB44;
}
</style>
border-color css
<style>
span { border-color: #DADB44; }
span { border-color: rgb(218,219,68); }
td.TdClassName
{
border-color: #DADB44;
}
.TagClassName
{
border-color: #DADB44;
}
</style>