Shades of Starship #DFD731
Tints of Starship #DFD731
RGB
CMYK
RGB Variations
Color information
#DFD731 (or 0xDFD731) is known color: Starship. HEX triplet: DF, D7 and 31. RGB value is (223,215,49). Sum of RGB (Red+Green+Blue) = 223+215+49=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD731 is #2028CE. Grayscale: #C7C7C7. Windows color (decimal): -2107599 or 3266527. OLE color: 3266527.
HSL color Cylindrical-coordinate representation of color #DFD731: hue angle of 57.24º 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 #DFD731 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 49 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.13 |
| HSL | 57.24º | 0.73% | 0.53% | - |
| HSV(B) | 57.24º | 0.78% | 0.87% | - |
| XYZ | 55.29 | 64.51 | 12.44 | - |
| YUV | 198.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 49 | 0 | 0.04 | 0.78 | 0.13 | 57.24 | 0.73 | 0.53 |
| Hex | DF | D7 | 31 | 0 | 4 | 4E | D | 39 | 49 | 35 |
| Octal | 337 | 327 | 61 | 0 | 4 | 116 | 15 | 71 | 111 | 65 |
| Binary | 11011111 | 11010111 | 110001 | 0 | 100 | 1001110 | 1101 | 111001 | 1001001 | 110101 |
Color Harmonies of #DFD731
Complementary color
Monochromatic Colors of #DFD731
Black with #DFD731
Text Example
Text Example
White with #DFD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD731; }
p { color: rgb(223,215,49); }
H1.HeaderClassName
{
color: #DFD731;
}
.AnyTagClassName
{
color: #DFD731;
}
</style>
background-color css
<style>
a { background-color: #DFD731; }
a { background-color: rgb(223,215,49); }
div.DivClassName
{
background-color: #DFD731;
}
.BgClassName
{
background-color: #DFD731;
}
</style>
border-color css
<style>
span { border-color: #DFD731; }
span { border-color: rgb(223,215,49); }
td.TdClassName
{
border-color: #DFD731;
}
.TagClassName
{
border-color: #DFD731;
}
</style>