Shades of Starship #DBD83C
Tints of Starship #DBD83C
RGB
CMYK
RGB Variations
Color information
#DBD83C (or 0xDBD83C) is known color: Starship. HEX triplet: DB, D8 and 3C. RGB value is (219,216,60). Sum of RGB (Red+Green+Blue) = 219+216+60=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD83C is #2427C3. Grayscale: #C7C7C7. Windows color (decimal): -2369476 or 3987675. OLE color: 3987675.
HSL color Cylindrical-coordinate representation of color #DBD83C: hue angle of 58.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBD83C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 60 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.14 |
| HSL | 58.87º | 0.69% | 0.55% | - |
| HSV(B) | 58.87º | 0.73% | 0.86% | - |
| XYZ | 54.58 | 64.5 | 13.85 | - |
| YUV | 199.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 60 | 0 | 0.01 | 0.73 | 0.14 | 58.87 | 0.69 | 0.55 |
| Hex | DB | D8 | 3C | 0 | 1 | 49 | E | 3B | 45 | 37 |
| Octal | 333 | 330 | 74 | 0 | 1 | 111 | 16 | 73 | 105 | 67 |
| Binary | 11011011 | 11011000 | 111100 | 0 | 1 | 1001001 | 1110 | 111011 | 1000101 | 110111 |
Color Harmonies of #DBD83C
Complementary color
Monochromatic Colors of #DBD83C
Black with #DBD83C
Text Example
Text Example
White with #DBD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD83C; }
p { color: rgb(219,216,60); }
H1.HeaderClassName
{
color: #DBD83C;
}
.AnyTagClassName
{
color: #DBD83C;
}
</style>
background-color css
<style>
a { background-color: #DBD83C; }
a { background-color: rgb(219,216,60); }
div.DivClassName
{
background-color: #DBD83C;
}
.BgClassName
{
background-color: #DBD83C;
}
</style>
border-color css
<style>
span { border-color: #DBD83C; }
span { border-color: rgb(219,216,60); }
td.TdClassName
{
border-color: #DBD83C;
}
.TagClassName
{
border-color: #DBD83C;
}
</style>