Shades of Starship #DADD3B
Tints of Starship #DADD3B
RGB
CMYK
RGB Variations
Color information
#DADD3B (or 0xDADD3B) is known color: Starship. HEX triplet: DA, DD and 3B. RGB value is (218,221,59). Sum of RGB (Red+Green+Blue) = 218+221+59=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD3B is #2522C4. Grayscale: #CACACA. Windows color (decimal): -2433733 or 3923418. OLE color: 3923418.
HSL color Cylindrical-coordinate representation of color #DADD3B: hue angle of 61.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DADD3B is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 59 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.13 |
| HSL | 61.11º | 0.7% | 0.55% | - |
| HSV(B) | 61.11º | 0.73% | 0.87% | - |
| XYZ | 55.56 | 66.93 | 14.13 | - |
| YUV | 201.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 59 | 0.01 | 0 | 0.73 | 0.13 | 61.11 | 0.7 | 0.55 |
| Hex | DA | DD | 3B | 1 | 0 | 49 | D | 3D | 46 | 37 |
| Octal | 332 | 335 | 73 | 1 | 0 | 111 | 15 | 75 | 106 | 67 |
| Binary | 11011010 | 11011101 | 111011 | 1 | 0 | 1001001 | 1101 | 111101 | 1000110 | 110111 |
Color Harmonies of #DADD3B
Complementary color
Monochromatic Colors of #DADD3B
Black with #DADD3B
Text Example
Text Example
White with #DADD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD3B; }
p { color: rgb(218,221,59); }
H1.HeaderClassName
{
color: #DADD3B;
}
.AnyTagClassName
{
color: #DADD3B;
}
</style>
background-color css
<style>
a { background-color: #DADD3B; }
a { background-color: rgb(218,221,59); }
div.DivClassName
{
background-color: #DADD3B;
}
.BgClassName
{
background-color: #DADD3B;
}
</style>
border-color css
<style>
span { border-color: #DADD3B; }
span { border-color: rgb(218,221,59); }
td.TdClassName
{
border-color: #DADD3B;
}
.TagClassName
{
border-color: #DADD3B;
}
</style>