Shades of Starship #DFD92C
Tints of Starship #DFD92C
RGB
CMYK
RGB Variations
Color information
#DFD92C (or 0xDFD92C) is known color: Starship. HEX triplet: DF, D9 and 2C. RGB value is (223,217,44). Sum of RGB (Red+Green+Blue) = 223+217+44=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD92C is #2026D3. Grayscale: #C7C7C7. Windows color (decimal): -2107092 or 2939359. OLE color: 2939359.
HSL color Cylindrical-coordinate representation of color #DFD92C: hue angle of 57.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFD92C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 44 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.13 |
| HSL | 57.99º | 0.74% | 0.52% | - |
| HSV(B) | 57.99º | 0.8% | 0.87% | - |
| XYZ | 55.7 | 65.5 | 12.09 | - |
| YUV | 199.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 44 | 0 | 0.03 | 0.80 | 0.13 | 57.99 | 0.74 | 0.52 |
| Hex | DF | D9 | 2C | 0 | 3 | 50 | D | 3A | 4A | 34 |
| Octal | 337 | 331 | 54 | 0 | 3 | 120 | 15 | 72 | 112 | 64 |
| Binary | 11011111 | 11011001 | 101100 | 0 | 11 | 1010000 | 1101 | 111010 | 1001010 | 110100 |
Color Harmonies of #DFD92C
Complementary color
Monochromatic Colors of #DFD92C
Black with #DFD92C
Text Example
Text Example
White with #DFD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD92C; }
p { color: rgb(223,217,44); }
H1.HeaderClassName
{
color: #DFD92C;
}
.AnyTagClassName
{
color: #DFD92C;
}
</style>
background-color css
<style>
a { background-color: #DFD92C; }
a { background-color: rgb(223,217,44); }
div.DivClassName
{
background-color: #DFD92C;
}
.BgClassName
{
background-color: #DFD92C;
}
</style>
border-color css
<style>
span { border-color: #DFD92C; }
span { border-color: rgb(223,217,44); }
td.TdClassName
{
border-color: #DFD92C;
}
.TagClassName
{
border-color: #DFD92C;
}
</style>