Shades of Starship #DBDF3E
Tints of Starship #DBDF3E
RGB
CMYK
RGB Variations
Color information
#DBDF3E (or 0xDBDF3E) is known color: Starship. HEX triplet: DB, DF and 3E. RGB value is (219,223,62). Sum of RGB (Red+Green+Blue) = 219+223+62=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF3E is #2420C1. Grayscale: #CCCCCC. Windows color (decimal): -2367682 or 4120539. OLE color: 4120539.
HSL color Cylindrical-coordinate representation of color #DBDF3E: hue angle of 61.49º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBDF3E is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 62 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.13 |
| HSL | 61.49º | 0.72% | 0.56% | - |
| HSV(B) | 61.49º | 0.72% | 0.87% | - |
| XYZ | 56.47 | 68.18 | 14.74 | - |
| YUV | 203.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 62 | 0.02 | 0 | 0.72 | 0.13 | 61.49 | 0.72 | 0.56 |
| Hex | DB | DF | 3E | 2 | 0 | 48 | D | 3D | 48 | 38 |
| Octal | 333 | 337 | 76 | 2 | 0 | 110 | 15 | 75 | 110 | 70 |
| Binary | 11011011 | 11011111 | 111110 | 10 | 0 | 1001000 | 1101 | 111101 | 1001000 | 111000 |
Color Harmonies of #DBDF3E
Complementary color
Monochromatic Colors of #DBDF3E
Black with #DBDF3E
Text Example
Text Example
White with #DBDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF3E; }
p { color: rgb(219,223,62); }
H1.HeaderClassName
{
color: #DBDF3E;
}
.AnyTagClassName
{
color: #DBDF3E;
}
</style>
background-color css
<style>
a { background-color: #DBDF3E; }
a { background-color: rgb(219,223,62); }
div.DivClassName
{
background-color: #DBDF3E;
}
.BgClassName
{
background-color: #DBDF3E;
}
</style>
border-color css
<style>
span { border-color: #DBDF3E; }
span { border-color: rgb(219,223,62); }
td.TdClassName
{
border-color: #DBDF3E;
}
.TagClassName
{
border-color: #DBDF3E;
}
</style>