Shades of Starship #DFD730
Tints of Starship #DFD730
RGB
CMYK
RGB Variations
Color information
#DFD730 (or 0xDFD730) is known color: Starship. HEX triplet: DF, D7 and 30. RGB value is (223,215,48). Sum of RGB (Red+Green+Blue) = 223+215+48=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD730 is #2028CF. Grayscale: #C7C7C7. Windows color (decimal): -2107600 or 3200991. OLE color: 3200991.
HSL color Cylindrical-coordinate representation of color #DFD730: hue angle of 57.26º 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 #DFD730 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 48 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.13 |
| HSL | 57.26º | 0.73% | 0.53% | - |
| HSV(B) | 57.26º | 0.78% | 0.87% | - |
| XYZ | 55.27 | 64.5 | 12.33 | - |
| YUV | 198.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 48 | 0 | 0.04 | 0.78 | 0.13 | 57.26 | 0.73 | 0.53 |
| Hex | DF | D7 | 30 | 0 | 4 | 4E | D | 39 | 49 | 35 |
| Octal | 337 | 327 | 60 | 0 | 4 | 116 | 15 | 71 | 111 | 65 |
| Binary | 11011111 | 11010111 | 110000 | 0 | 100 | 1001110 | 1101 | 111001 | 1001001 | 110101 |
Color Harmonies of #DFD730
Complementary color
Monochromatic Colors of #DFD730
Black with #DFD730
Text Example
Text Example
White with #DFD730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD730; }
p { color: rgb(223,215,48); }
H1.HeaderClassName
{
color: #DFD730;
}
.AnyTagClassName
{
color: #DFD730;
}
</style>
background-color css
<style>
a { background-color: #DFD730; }
a { background-color: rgb(223,215,48); }
div.DivClassName
{
background-color: #DFD730;
}
.BgClassName
{
background-color: #DFD730;
}
</style>
border-color css
<style>
span { border-color: #DFD730; }
span { border-color: rgb(223,215,48); }
td.TdClassName
{
border-color: #DFD730;
}
.TagClassName
{
border-color: #DFD730;
}
</style>