Shades of Starship #DBDF47
Tints of Starship #DBDF47
RGB
CMYK
RGB Variations
Color information
#DBDF47 (or 0xDBDF47) is known color: Starship. HEX triplet: DB, DF and 47. RGB value is (219,223,71). Sum of RGB (Red+Green+Blue) = 219+223+71=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF47 is #2420B8. Grayscale: #CDCDCD. Windows color (decimal): -2367673 or 4710363. OLE color: 4710363.
HSL color Cylindrical-coordinate representation of color #DBDF47: hue angle of 61.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBDF47 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 71 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.13 |
| HSL | 61.58º | 0.7% | 0.58% | - |
| HSV(B) | 61.58º | 0.68% | 0.87% | - |
| XYZ | 56.74 | 68.29 | 16.15 | - |
| YUV | 204.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 71 | 0.02 | 0 | 0.68 | 0.13 | 61.58 | 0.7 | 0.58 |
| Hex | DB | DF | 47 | 2 | 0 | 44 | D | 3E | 46 | 3A |
| Octal | 333 | 337 | 107 | 2 | 0 | 104 | 15 | 76 | 106 | 72 |
| Binary | 11011011 | 11011111 | 1000111 | 10 | 0 | 1000100 | 1101 | 111110 | 1000110 | 111010 |
Color Harmonies of #DBDF47
Complementary color
Monochromatic Colors of #DBDF47
Black with #DBDF47
Text Example
Text Example
White with #DBDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF47; }
p { color: rgb(219,223,71); }
H1.HeaderClassName
{
color: #DBDF47;
}
.AnyTagClassName
{
color: #DBDF47;
}
</style>
background-color css
<style>
a { background-color: #DBDF47; }
a { background-color: rgb(219,223,71); }
div.DivClassName
{
background-color: #DBDF47;
}
.BgClassName
{
background-color: #DBDF47;
}
</style>
border-color css
<style>
span { border-color: #DBDF47; }
span { border-color: rgb(219,223,71); }
td.TdClassName
{
border-color: #DBDF47;
}
.TagClassName
{
border-color: #DBDF47;
}
</style>