Shades of Starship #DBDF40
Tints of Starship #DBDF40
RGB
CMYK
RGB Variations
Color information
#DBDF40 (or 0xDBDF40) is known color: Starship. HEX triplet: DB, DF and 40. RGB value is (219,223,64). Sum of RGB (Red+Green+Blue) = 219+223+64=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF40 is #2420BF. Grayscale: #CCCCCC. Windows color (decimal): -2367680 or 4251611. OLE color: 4251611.
HSL color Cylindrical-coordinate representation of color #DBDF40: hue angle of 61.51º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBDF40 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 64 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.13 |
| HSL | 61.51º | 0.71% | 0.56% | - |
| HSV(B) | 61.51º | 0.71% | 0.87% | - |
| XYZ | 56.53 | 68.21 | 15.04 | - |
| YUV | 203.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 64 | 0.02 | 0 | 0.71 | 0.13 | 61.51 | 0.71 | 0.56 |
| Hex | DB | DF | 40 | 2 | 0 | 47 | D | 3E | 47 | 38 |
| Octal | 333 | 337 | 100 | 2 | 0 | 107 | 15 | 76 | 107 | 70 |
| Binary | 11011011 | 11011111 | 1000000 | 10 | 0 | 1000111 | 1101 | 111110 | 1000111 | 111000 |
Color Harmonies of #DBDF40
Complementary color
Monochromatic Colors of #DBDF40
Black with #DBDF40
Text Example
Text Example
White with #DBDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF40; }
p { color: rgb(219,223,64); }
H1.HeaderClassName
{
color: #DBDF40;
}
.AnyTagClassName
{
color: #DBDF40;
}
</style>
background-color css
<style>
a { background-color: #DBDF40; }
a { background-color: rgb(219,223,64); }
div.DivClassName
{
background-color: #DBDF40;
}
.BgClassName
{
background-color: #DBDF40;
}
</style>
border-color css
<style>
span { border-color: #DBDF40; }
span { border-color: rgb(219,223,64); }
td.TdClassName
{
border-color: #DBDF40;
}
.TagClassName
{
border-color: #DBDF40;
}
</style>