Shades of Starship #DFDA30
Tints of Starship #DFDA30
RGB
CMYK
RGB Variations
Color information
#DFDA30 (or 0xDFDA30) is known color: Starship. HEX triplet: DF, DA and 30. RGB value is (223,218,48). Sum of RGB (Red+Green+Blue) = 223+218+48=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA30 is #2025CF. Grayscale: #C8C8C8. Windows color (decimal): -2106832 or 3201759. OLE color: 3201759.
HSL color Cylindrical-coordinate representation of color #DFDA30: hue angle of 58.29º 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 #DFDA30 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 48 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.13 |
| HSL | 58.29º | 0.73% | 0.53% | - |
| HSV(B) | 58.29º | 0.78% | 0.87% | - |
| XYZ | 56.04 | 66.04 | 12.59 | - |
| YUV | 200.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 48 | 0 | 0.02 | 0.78 | 0.13 | 58.29 | 0.73 | 0.53 |
| Hex | DF | DA | 30 | 0 | 2 | 4E | D | 3A | 49 | 35 |
| Octal | 337 | 332 | 60 | 0 | 2 | 116 | 15 | 72 | 111 | 65 |
| Binary | 11011111 | 11011010 | 110000 | 0 | 10 | 1001110 | 1101 | 111010 | 1001001 | 110101 |
Color Harmonies of #DFDA30
Complementary color
Monochromatic Colors of #DFDA30
Black with #DFDA30
Text Example
Text Example
White with #DFDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA30; }
p { color: rgb(223,218,48); }
H1.HeaderClassName
{
color: #DFDA30;
}
.AnyTagClassName
{
color: #DFDA30;
}
</style>
background-color css
<style>
a { background-color: #DFDA30; }
a { background-color: rgb(223,218,48); }
div.DivClassName
{
background-color: #DFDA30;
}
.BgClassName
{
background-color: #DFDA30;
}
</style>
border-color css
<style>
span { border-color: #DFDA30; }
span { border-color: rgb(223,218,48); }
td.TdClassName
{
border-color: #DFDA30;
}
.TagClassName
{
border-color: #DFDA30;
}
</style>