Shades of Starship #DBD641
Tints of Starship #DBD641
RGB
CMYK
RGB Variations
Color information
#DBD641 (or 0xDBD641) is known color: Starship. HEX triplet: DB, D6 and 41. RGB value is (219,214,65). Sum of RGB (Red+Green+Blue) = 219+214+65=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD641 is #2429BE. Grayscale: #C7C7C7. Windows color (decimal): -2369983 or 4314843. OLE color: 4314843.
HSL color Cylindrical-coordinate representation of color #DBD641: hue angle of 58.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBD641 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 65 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.14 |
| HSL | 58.05º | 0.68% | 0.56% | - |
| HSV(B) | 58.05º | 0.7% | 0.86% | - |
| XYZ | 54.21 | 63.53 | 14.41 | - |
| YUV | 198.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 65 | 0 | 0.02 | 0.70 | 0.14 | 58.05 | 0.68 | 0.56 |
| Hex | DB | D6 | 41 | 0 | 2 | 46 | E | 3A | 44 | 38 |
| Octal | 333 | 326 | 101 | 0 | 2 | 106 | 16 | 72 | 104 | 70 |
| Binary | 11011011 | 11010110 | 1000001 | 0 | 10 | 1000110 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DBD641
Complementary color
Monochromatic Colors of #DBD641
Black with #DBD641
Text Example
Text Example
White with #DBD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD641; }
p { color: rgb(219,214,65); }
H1.HeaderClassName
{
color: #DBD641;
}
.AnyTagClassName
{
color: #DBD641;
}
</style>
background-color css
<style>
a { background-color: #DBD641; }
a { background-color: rgb(219,214,65); }
div.DivClassName
{
background-color: #DBD641;
}
.BgClassName
{
background-color: #DBD641;
}
</style>
border-color css
<style>
span { border-color: #DBD641; }
span { border-color: rgb(219,214,65); }
td.TdClassName
{
border-color: #DBD641;
}
.TagClassName
{
border-color: #DBD641;
}
</style>