Shades of Starship #DBDF43
Tints of Starship #DBDF43
RGB
CMYK
RGB Variations
Color information
#DBDF43 (or 0xDBDF43) is known color: Starship. HEX triplet: DB, DF and 43. RGB value is (219,223,67). Sum of RGB (Red+Green+Blue) = 219+223+67=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 67 (26.56% from 255 or 13.16% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF43 is #2420BC. Grayscale: #CCCCCC. Windows color (decimal): -2367677 or 4448219. OLE color: 4448219.
HSL color Cylindrical-coordinate representation of color #DBDF43: hue angle of 61.54º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBDF43 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 67 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.13 |
| HSL | 61.54º | 0.71% | 0.57% | - |
| HSV(B) | 61.54º | 0.7% | 0.87% | - |
| XYZ | 56.61 | 68.24 | 15.5 | - |
| YUV | 204.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 67 | 0.02 | 0 | 0.70 | 0.13 | 61.54 | 0.71 | 0.57 |
| Hex | DB | DF | 43 | 2 | 0 | 46 | D | 3E | 47 | 39 |
| Octal | 333 | 337 | 103 | 2 | 0 | 106 | 15 | 76 | 107 | 71 |
| Binary | 11011011 | 11011111 | 1000011 | 10 | 0 | 1000110 | 1101 | 111110 | 1000111 | 111001 |
Color Harmonies of #DBDF43
Complementary color
Monochromatic Colors of #DBDF43
Black with #DBDF43
Text Example
Text Example
White with #DBDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF43; }
p { color: rgb(219,223,67); }
H1.HeaderClassName
{
color: #DBDF43;
}
.AnyTagClassName
{
color: #DBDF43;
}
</style>
background-color css
<style>
a { background-color: #DBDF43; }
a { background-color: rgb(219,223,67); }
div.DivClassName
{
background-color: #DBDF43;
}
.BgClassName
{
background-color: #DBDF43;
}
</style>
border-color css
<style>
span { border-color: #DBDF43; }
span { border-color: rgb(219,223,67); }
td.TdClassName
{
border-color: #DBDF43;
}
.TagClassName
{
border-color: #DBDF43;
}
</style>