Shades of Starship #DBDF41
Tints of Starship #DBDF41
RGB
CMYK
RGB Variations
Color information
#DBDF41 (or 0xDBDF41) is known color: Starship. HEX triplet: DB, DF and 41. RGB value is (219,223,65). Sum of RGB (Red+Green+Blue) = 219+223+65=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF41 is #2420BE. Grayscale: #CCCCCC. Windows color (decimal): -2367679 or 4317147. OLE color: 4317147.
HSL color Cylindrical-coordinate representation of color #DBDF41: hue angle of 61.52º 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 #DBDF41 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 65 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.13 |
| HSL | 61.52º | 0.71% | 0.56% | - |
| HSV(B) | 61.52º | 0.71% | 0.87% | - |
| XYZ | 56.56 | 68.22 | 15.19 | - |
| YUV | 203.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 65 | 0.02 | 0 | 0.71 | 0.13 | 61.52 | 0.71 | 0.56 |
| Hex | DB | DF | 41 | 2 | 0 | 47 | D | 3E | 47 | 38 |
| Octal | 333 | 337 | 101 | 2 | 0 | 107 | 15 | 76 | 107 | 70 |
| Binary | 11011011 | 11011111 | 1000001 | 10 | 0 | 1000111 | 1101 | 111110 | 1000111 | 111000 |
Color Harmonies of #DBDF41
Complementary color
Monochromatic Colors of #DBDF41
Black with #DBDF41
Text Example
Text Example
White with #DBDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF41; }
p { color: rgb(219,223,65); }
H1.HeaderClassName
{
color: #DBDF41;
}
.AnyTagClassName
{
color: #DBDF41;
}
</style>
background-color css
<style>
a { background-color: #DBDF41; }
a { background-color: rgb(219,223,65); }
div.DivClassName
{
background-color: #DBDF41;
}
.BgClassName
{
background-color: #DBDF41;
}
</style>
border-color css
<style>
span { border-color: #DBDF41; }
span { border-color: rgb(219,223,65); }
td.TdClassName
{
border-color: #DBDF41;
}
.TagClassName
{
border-color: #DBDF41;
}
</style>