Shades of Starship #DBD843
Tints of Starship #DBD843
RGB
CMYK
RGB Variations
Color information
#DBD843 (or 0xDBD843) is known color: Starship. HEX triplet: DB, D8 and 43. RGB value is (219,216,67). Sum of RGB (Red+Green+Blue) = 219+216+67=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD843 is #2427BC. Grayscale: #C8C8C8. Windows color (decimal): -2369469 or 4446427. OLE color: 4446427.
HSL color Cylindrical-coordinate representation of color #DBD843: hue angle of 58.82º 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 #DBD843 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 67 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.14 |
| HSL | 58.82º | 0.68% | 0.56% | - |
| HSV(B) | 58.82º | 0.69% | 0.86% | - |
| XYZ | 54.78 | 64.58 | 14.89 | - |
| YUV | 199.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 67 | 0 | 0.01 | 0.69 | 0.14 | 58.82 | 0.68 | 0.56 |
| Hex | DB | D8 | 43 | 0 | 1 | 45 | E | 3B | 44 | 38 |
| Octal | 333 | 330 | 103 | 0 | 1 | 105 | 16 | 73 | 104 | 70 |
| Binary | 11011011 | 11011000 | 1000011 | 0 | 1 | 1000101 | 1110 | 111011 | 1000100 | 111000 |
Color Harmonies of #DBD843
Complementary color
Monochromatic Colors of #DBD843
Black with #DBD843
Text Example
Text Example
White with #DBD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD843; }
p { color: rgb(219,216,67); }
H1.HeaderClassName
{
color: #DBD843;
}
.AnyTagClassName
{
color: #DBD843;
}
</style>
background-color css
<style>
a { background-color: #DBD843; }
a { background-color: rgb(219,216,67); }
div.DivClassName
{
background-color: #DBD843;
}
.BgClassName
{
background-color: #DBD843;
}
</style>
border-color css
<style>
span { border-color: #DBD843; }
span { border-color: rgb(219,216,67); }
td.TdClassName
{
border-color: #DBD843;
}
.TagClassName
{
border-color: #DBD843;
}
</style>