Shades of Starship #DBDF39
Tints of Starship #DBDF39
RGB
CMYK
RGB Variations
Color information
#DBDF39 (or 0xDBDF39) is known color: Starship. HEX triplet: DB, DF and 39. RGB value is (219,223,57). Sum of RGB (Red+Green+Blue) = 219+223+57=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF39 is #2420C6. Grayscale: #CBCBCB. Windows color (decimal): -2367687 or 3792859. OLE color: 3792859.
HSL color Cylindrical-coordinate representation of color #DBDF39: hue angle of 61.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBDF39 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 57 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.13 |
| HSL | 61.45º | 0.72% | 0.55% | - |
| HSV(B) | 61.45º | 0.74% | 0.87% | - |
| XYZ | 56.34 | 68.13 | 14.05 | - |
| YUV | 202.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 57 | 0.02 | 0 | 0.74 | 0.13 | 61.45 | 0.72 | 0.55 |
| Hex | DB | DF | 39 | 2 | 0 | 4A | D | 3D | 48 | 37 |
| Octal | 333 | 337 | 71 | 2 | 0 | 112 | 15 | 75 | 110 | 67 |
| Binary | 11011011 | 11011111 | 111001 | 10 | 0 | 1001010 | 1101 | 111101 | 1001000 | 110111 |
Color Harmonies of #DBDF39
Complementary color
Monochromatic Colors of #DBDF39
Black with #DBDF39
Text Example
Text Example
White with #DBDF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF39; }
p { color: rgb(219,223,57); }
H1.HeaderClassName
{
color: #DBDF39;
}
.AnyTagClassName
{
color: #DBDF39;
}
</style>
background-color css
<style>
a { background-color: #DBDF39; }
a { background-color: rgb(219,223,57); }
div.DivClassName
{
background-color: #DBDF39;
}
.BgClassName
{
background-color: #DBDF39;
}
</style>
border-color css
<style>
span { border-color: #DBDF39; }
span { border-color: rgb(219,223,57); }
td.TdClassName
{
border-color: #DBDF39;
}
.TagClassName
{
border-color: #DBDF39;
}
</style>