Shades of Starship #DFDB2F
Tints of Starship #DFDB2F
RGB
CMYK
RGB Variations
Color information
#DFDB2F (or 0xDFDB2F) is known color: Starship. HEX triplet: DF, DB and 2F. RGB value is (223,219,47). Sum of RGB (Red+Green+Blue) = 223+219+47=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB2F is #2024D0. Grayscale: #C9C9C9. Windows color (decimal): -2106577 or 3136479. OLE color: 3136479.
HSL color Cylindrical-coordinate representation of color #DFDB2F: 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 #DFDB2F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 47 | - |
| 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.28 | 66.56 | 12.57 | - |
| YUV | 200.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 47 | 0 | 0.02 | 0.79 | 0.13 | 58.64 | 0.73 | 0.53 |
| Hex | DF | DB | 2F | 0 | 2 | 4F | D | 3B | 49 | 35 |
| Octal | 337 | 333 | 57 | 0 | 2 | 117 | 15 | 73 | 111 | 65 |
| Binary | 11011111 | 11011011 | 101111 | 0 | 10 | 1001111 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DFDB2F
Complementary color
Monochromatic Colors of #DFDB2F
Black with #DFDB2F
Text Example
Text Example
White with #DFDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB2F; }
p { color: rgb(223,219,47); }
H1.HeaderClassName
{
color: #DFDB2F;
}
.AnyTagClassName
{
color: #DFDB2F;
}
</style>
background-color css
<style>
a { background-color: #DFDB2F; }
a { background-color: rgb(223,219,47); }
div.DivClassName
{
background-color: #DFDB2F;
}
.BgClassName
{
background-color: #DFDB2F;
}
</style>
border-color css
<style>
span { border-color: #DFDB2F; }
span { border-color: rgb(223,219,47); }
td.TdClassName
{
border-color: #DFDB2F;
}
.TagClassName
{
border-color: #DFDB2F;
}
</style>