Shades of Starship #DFD73A
Tints of Starship #DFD73A
RGB
CMYK
RGB Variations
Color information
#DFD73A (or 0xDFD73A) is known color: Starship. HEX triplet: DF, D7 and 3A. RGB value is (223,215,58). Sum of RGB (Red+Green+Blue) = 223+215+58=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD73A is #2028C5. Grayscale: #C8C8C8. Windows color (decimal): -2107590 or 3856351. OLE color: 3856351.
HSL color Cylindrical-coordinate representation of color #DFD73A: hue angle of 57.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFD73A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 58 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.13 |
| HSL | 57.09º | 0.72% | 0.55% | - |
| HSV(B) | 57.09º | 0.74% | 0.87% | - |
| XYZ | 55.5 | 64.59 | 13.55 | - |
| YUV | 199.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 58 | 0 | 0.04 | 0.74 | 0.13 | 57.09 | 0.72 | 0.55 |
| Hex | DF | D7 | 3A | 0 | 4 | 4A | D | 39 | 48 | 37 |
| Octal | 337 | 327 | 72 | 0 | 4 | 112 | 15 | 71 | 110 | 67 |
| Binary | 11011111 | 11010111 | 111010 | 0 | 100 | 1001010 | 1101 | 111001 | 1001000 | 110111 |
Color Harmonies of #DFD73A
Complementary color
Monochromatic Colors of #DFD73A
Black with #DFD73A
Text Example
Text Example
White with #DFD73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD73A; }
p { color: rgb(223,215,58); }
H1.HeaderClassName
{
color: #DFD73A;
}
.AnyTagClassName
{
color: #DFD73A;
}
</style>
background-color css
<style>
a { background-color: #DFD73A; }
a { background-color: rgb(223,215,58); }
div.DivClassName
{
background-color: #DFD73A;
}
.BgClassName
{
background-color: #DFD73A;
}
</style>
border-color css
<style>
span { border-color: #DFD73A; }
span { border-color: rgb(223,215,58); }
td.TdClassName
{
border-color: #DFD73A;
}
.TagClassName
{
border-color: #DFD73A;
}
</style>