Shades of Starship #DFDA31
Tints of Starship #DFDA31
RGB
CMYK
RGB Variations
Color information
#DFDA31 (or 0xDFDA31) is known color: Starship. HEX triplet: DF, DA and 31. RGB value is (223,218,49). Sum of RGB (Red+Green+Blue) = 223+218+49=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA31 is #2025CE. Grayscale: #C8C8C8. Windows color (decimal): -2106831 or 3267295. OLE color: 3267295.
HSL color Cylindrical-coordinate representation of color #DFDA31: hue angle of 58.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFDA31 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.13 |
| HSL | 58.28º | 0.73% | 0.53% | - |
| HSV(B) | 58.28º | 0.78% | 0.87% | - |
| XYZ | 56.06 | 66.05 | 12.7 | - |
| YUV | 200.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 49 | 0 | 0.02 | 0.78 | 0.13 | 58.28 | 0.73 | 0.53 |
| Hex | DF | DA | 31 | 0 | 2 | 4E | D | 3A | 49 | 35 |
| Octal | 337 | 332 | 61 | 0 | 2 | 116 | 15 | 72 | 111 | 65 |
| Binary | 11011111 | 11011010 | 110001 | 0 | 10 | 1001110 | 1101 | 111010 | 1001001 | 110101 |
Color Harmonies of #DFDA31
Complementary color
Monochromatic Colors of #DFDA31
Black with #DFDA31
Text Example
Text Example
White with #DFDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA31; }
p { color: rgb(223,218,49); }
H1.HeaderClassName
{
color: #DFDA31;
}
.AnyTagClassName
{
color: #DFDA31;
}
</style>
background-color css
<style>
a { background-color: #DFDA31; }
a { background-color: rgb(223,218,49); }
div.DivClassName
{
background-color: #DFDA31;
}
.BgClassName
{
background-color: #DFDA31;
}
</style>
border-color css
<style>
span { border-color: #DFDA31; }
span { border-color: rgb(223,218,49); }
td.TdClassName
{
border-color: #DFDA31;
}
.TagClassName
{
border-color: #DFDA31;
}
</style>