Shades of Starship #DADB47
Tints of Starship #DADB47
RGB
CMYK
RGB Variations
Color information
#DADB47 (or 0xDADB47) is known color: Starship. HEX triplet: DA, DB and 47. RGB value is (218,219,71). Sum of RGB (Red+Green+Blue) = 218+219+71=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB47 is #2524B8. Grayscale: #CACACA. Windows color (decimal): -2434233 or 4709338. OLE color: 4709338.
HSL color Cylindrical-coordinate representation of color #DADB47: hue angle of 60.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DADB47 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 71 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.14 |
| HSL | 60.41º | 0.67% | 0.57% | - |
| HSV(B) | 60.41º | 0.68% | 0.86% | - |
| XYZ | 55.38 | 66.02 | 15.79 | - |
| YUV | 201.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 71 | 0.00 | 0 | 0.68 | 0.14 | 60.41 | 0.67 | 0.57 |
| Hex | DA | DB | 47 | 0 | 0 | 44 | E | 3C | 43 | 39 |
| Octal | 332 | 333 | 107 | 0 | 0 | 104 | 16 | 74 | 103 | 71 |
| Binary | 11011010 | 11011011 | 1000111 | 0 | 0 | 1000100 | 1110 | 111100 | 1000011 | 111001 |
Color Harmonies of #DADB47
Complementary color
Monochromatic Colors of #DADB47
Black with #DADB47
Text Example
Text Example
White with #DADB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB47; }
p { color: rgb(218,219,71); }
H1.HeaderClassName
{
color: #DADB47;
}
.AnyTagClassName
{
color: #DADB47;
}
</style>
background-color css
<style>
a { background-color: #DADB47; }
a { background-color: rgb(218,219,71); }
div.DivClassName
{
background-color: #DADB47;
}
.BgClassName
{
background-color: #DADB47;
}
</style>
border-color css
<style>
span { border-color: #DADB47; }
span { border-color: rgb(218,219,71); }
td.TdClassName
{
border-color: #DADB47;
}
.TagClassName
{
border-color: #DADB47;
}
</style>