Shades of Starship #DFD73F
Tints of Starship #DFD73F
RGB
CMYK
RGB Variations
Color information
#DFD73F (or 0xDFD73F) is known color: Starship. HEX triplet: DF, D7 and 3F. RGB value is (223,215,63). Sum of RGB (Red+Green+Blue) = 223+215+63=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD73F is #2028C0. Grayscale: #C8C8C8. Windows color (decimal): -2107585 or 4184031. OLE color: 4184031.
HSL color Cylindrical-coordinate representation of color #DFD73F: hue angle of 57º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFD73F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 57º | 0.71% | 0.56% | - |
| HSV(B) | 57º | 0.72% | 0.87% | - |
| XYZ | 55.63 | 64.65 | 14.25 | - |
| YUV | 200.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 63 | 0 | 0.04 | 0.72 | 0.13 | 57 | 0.71 | 0.56 |
| Hex | DF | D7 | 3F | 0 | 4 | 48 | D | 39 | 47 | 38 |
| Octal | 337 | 327 | 77 | 0 | 4 | 110 | 15 | 71 | 107 | 70 |
| Binary | 11011111 | 11010111 | 111111 | 0 | 100 | 1001000 | 1101 | 111001 | 1000111 | 111000 |
Color Harmonies of #DFD73F
Complementary color
Monochromatic Colors of #DFD73F
Black with #DFD73F
Text Example
Text Example
White with #DFD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD73F; }
p { color: rgb(223,215,63); }
H1.HeaderClassName
{
color: #DFD73F;
}
.AnyTagClassName
{
color: #DFD73F;
}
</style>
background-color css
<style>
a { background-color: #DFD73F; }
a { background-color: rgb(223,215,63); }
div.DivClassName
{
background-color: #DFD73F;
}
.BgClassName
{
background-color: #DFD73F;
}
</style>
border-color css
<style>
span { border-color: #DFD73F; }
span { border-color: rgb(223,215,63); }
td.TdClassName
{
border-color: #DFD73F;
}
.TagClassName
{
border-color: #DFD73F;
}
</style>