Shades of Starship #DADD43
Tints of Starship #DADD43
RGB
CMYK
RGB Variations
Color information
#DADD43 (or 0xDADD43) is known color: Starship. HEX triplet: DA, DD and 43. RGB value is (218,221,67). Sum of RGB (Red+Green+Blue) = 218+221+67=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD43 is #2522BC. Grayscale: #CBCBCB. Windows color (decimal): -2433725 or 4447706. OLE color: 4447706.
HSL color Cylindrical-coordinate representation of color #DADD43: hue angle of 61.17º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADD43 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.13 |
| HSL | 61.17º | 0.69% | 0.56% | - |
| HSV(B) | 61.17º | 0.7% | 0.87% | - |
| XYZ | 55.78 | 67.02 | 15.31 | - |
| YUV | 202.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 67 | 0.01 | 0 | 0.70 | 0.13 | 61.17 | 0.69 | 0.56 |
| Hex | DA | DD | 43 | 1 | 0 | 46 | D | 3D | 45 | 38 |
| Octal | 332 | 335 | 103 | 1 | 0 | 106 | 15 | 75 | 105 | 70 |
| Binary | 11011010 | 11011101 | 1000011 | 1 | 0 | 1000110 | 1101 | 111101 | 1000101 | 111000 |
Color Harmonies of #DADD43
Complementary color
Monochromatic Colors of #DADD43
Black with #DADD43
Text Example
Text Example
White with #DADD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD43; }
p { color: rgb(218,221,67); }
H1.HeaderClassName
{
color: #DADD43;
}
.AnyTagClassName
{
color: #DADD43;
}
</style>
background-color css
<style>
a { background-color: #DADD43; }
a { background-color: rgb(218,221,67); }
div.DivClassName
{
background-color: #DADD43;
}
.BgClassName
{
background-color: #DADD43;
}
</style>
border-color css
<style>
span { border-color: #DADD43; }
span { border-color: rgb(218,221,67); }
td.TdClassName
{
border-color: #DADD43;
}
.TagClassName
{
border-color: #DADD43;
}
</style>