Shades of Starship #DBD436
Tints of Starship #DBD436
RGB
CMYK
RGB Variations
Color information
#DBD436 (or 0xDBD436) is known color: Starship. HEX triplet: DB, D4 and 36. RGB value is (219,212,54). Sum of RGB (Red+Green+Blue) = 219+212+54=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD436 is #242BC9. Grayscale: #C4C4C4. Windows color (decimal): -2370506 or 3593435. OLE color: 3593435.
HSL color Cylindrical-coordinate representation of color #DBD436: hue angle of 57.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBD436 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 54 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.14 |
| HSL | 57.45º | 0.7% | 0.54% | - |
| HSV(B) | 57.45º | 0.75% | 0.86% | - |
| XYZ | 53.42 | 62.41 | 12.72 | - |
| YUV | 196.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 54 | 0 | 0.03 | 0.75 | 0.14 | 57.45 | 0.7 | 0.54 |
| Hex | DB | D4 | 36 | 0 | 3 | 4B | E | 39 | 46 | 36 |
| Octal | 333 | 324 | 66 | 0 | 3 | 113 | 16 | 71 | 106 | 66 |
| Binary | 11011011 | 11010100 | 110110 | 0 | 11 | 1001011 | 1110 | 111001 | 1000110 | 110110 |
Color Harmonies of #DBD436
Complementary color
Monochromatic Colors of #DBD436
Black with #DBD436
Text Example
Text Example
White with #DBD436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD436; }
p { color: rgb(219,212,54); }
H1.HeaderClassName
{
color: #DBD436;
}
.AnyTagClassName
{
color: #DBD436;
}
</style>
background-color css
<style>
a { background-color: #DBD436; }
a { background-color: rgb(219,212,54); }
div.DivClassName
{
background-color: #DBD436;
}
.BgClassName
{
background-color: #DBD436;
}
</style>
border-color css
<style>
span { border-color: #DBD436; }
span { border-color: rgb(219,212,54); }
td.TdClassName
{
border-color: #DBD436;
}
.TagClassName
{
border-color: #DBD436;
}
</style>