Shades of Starship #DFDB2E
Tints of Starship #DFDB2E
RGB
CMYK
RGB Variations
Color information
#DFDB2E (or 0xDFDB2E) is known color: Starship. HEX triplet: DF, DB and 2E. RGB value is (223,219,46). Sum of RGB (Red+Green+Blue) = 223+219+46=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB2E is #2024D1. Grayscale: #C9C9C9. Windows color (decimal): -2106578 or 3070943. OLE color: 3070943.
HSL color Cylindrical-coordinate representation of color #DFDB2E: hue angle of 58.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFDB2E is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 46 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.64º | 0.73% | 0.53% | - |
| HSV(B) | 58.64º | 0.79% | 0.87% | - |
| XYZ | 56.26 | 66.55 | 12.46 | - |
| YUV | 200.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 46 | 0 | 0.02 | 0.79 | 0.13 | 58.64 | 0.73 | 0.53 |
| Hex | DF | DB | 2E | 0 | 2 | 4F | D | 3B | 49 | 35 |
| Octal | 337 | 333 | 56 | 0 | 2 | 117 | 15 | 73 | 111 | 65 |
| Binary | 11011111 | 11011011 | 101110 | 0 | 10 | 1001111 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DFDB2E
Complementary color
Monochromatic Colors of #DFDB2E
Black with #DFDB2E
Text Example
Text Example
White with #DFDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB2E; }
p { color: rgb(223,219,46); }
H1.HeaderClassName
{
color: #DFDB2E;
}
.AnyTagClassName
{
color: #DFDB2E;
}
</style>
background-color css
<style>
a { background-color: #DFDB2E; }
a { background-color: rgb(223,219,46); }
div.DivClassName
{
background-color: #DFDB2E;
}
.BgClassName
{
background-color: #DFDB2E;
}
</style>
border-color css
<style>
span { border-color: #DFDB2E; }
span { border-color: rgb(223,219,46); }
td.TdClassName
{
border-color: #DFDB2E;
}
.TagClassName
{
border-color: #DFDB2E;
}
</style>