Shades of Starship #DFD030
Tints of Starship #DFD030
RGB
CMYK
RGB Variations
Color information
#DFD030 (or 0xDFD030) is known color: Starship. HEX triplet: DF, D0 and 30. RGB value is (223,208,48). Sum of RGB (Red+Green+Blue) = 223+208+48=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD030 is #202FCF. Grayscale: #C2C2C2. Windows color (decimal): -2109392 or 3199199. OLE color: 3199199.
HSL color Cylindrical-coordinate representation of color #DFD030: hue angle of 54.86º 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 #DFD030 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 48 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.13 |
| HSL | 54.86º | 0.73% | 0.53% | - |
| HSV(B) | 54.86º | 0.78% | 0.87% | - |
| XYZ | 53.52 | 61.01 | 11.75 | - |
| YUV | 194.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 48 | 0 | 0.07 | 0.78 | 0.13 | 54.86 | 0.73 | 0.53 |
| Hex | DF | D0 | 30 | 0 | 7 | 4E | D | 37 | 49 | 35 |
| Octal | 337 | 320 | 60 | 0 | 7 | 116 | 15 | 67 | 111 | 65 |
| Binary | 11011111 | 11010000 | 110000 | 0 | 111 | 1001110 | 1101 | 110111 | 1001001 | 110101 |
Color Harmonies of #DFD030
Complementary color
Monochromatic Colors of #DFD030
Black with #DFD030
Text Example
Text Example
White with #DFD030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD030; }
p { color: rgb(223,208,48); }
H1.HeaderClassName
{
color: #DFD030;
}
.AnyTagClassName
{
color: #DFD030;
}
</style>
background-color css
<style>
a { background-color: #DFD030; }
a { background-color: rgb(223,208,48); }
div.DivClassName
{
background-color: #DFD030;
}
.BgClassName
{
background-color: #DFD030;
}
</style>
border-color css
<style>
span { border-color: #DFD030; }
span { border-color: rgb(223,208,48); }
td.TdClassName
{
border-color: #DFD030;
}
.TagClassName
{
border-color: #DFD030;
}
</style>