Shades of Starship #DFD934
Tints of Starship #DFD934
RGB
CMYK
RGB Variations
Color information
#DFD934 (or 0xDFD934) is known color: Starship. HEX triplet: DF, D9 and 34. RGB value is (223,217,52). Sum of RGB (Red+Green+Blue) = 223+217+52=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD934 is #2026CB. Grayscale: #C8C8C8. Windows color (decimal): -2107084 or 3463647. OLE color: 3463647.
HSL color Cylindrical-coordinate representation of color #DFD934: hue angle of 57.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFD934 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 52 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.13 |
| HSL | 57.89º | 0.73% | 0.54% | - |
| HSV(B) | 57.89º | 0.77% | 0.87% | - |
| XYZ | 55.86 | 65.56 | 12.96 | - |
| YUV | 199.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 52 | 0 | 0.03 | 0.77 | 0.13 | 57.89 | 0.73 | 0.54 |
| Hex | DF | D9 | 34 | 0 | 3 | 4D | D | 3A | 49 | 36 |
| Octal | 337 | 331 | 64 | 0 | 3 | 115 | 15 | 72 | 111 | 66 |
| Binary | 11011111 | 11011001 | 110100 | 0 | 11 | 1001101 | 1101 | 111010 | 1001001 | 110110 |
Color Harmonies of #DFD934
Complementary color
Monochromatic Colors of #DFD934
Black with #DFD934
Text Example
Text Example
White with #DFD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD934; }
p { color: rgb(223,217,52); }
H1.HeaderClassName
{
color: #DFD934;
}
.AnyTagClassName
{
color: #DFD934;
}
</style>
background-color css
<style>
a { background-color: #DFD934; }
a { background-color: rgb(223,217,52); }
div.DivClassName
{
background-color: #DFD934;
}
.BgClassName
{
background-color: #DFD934;
}
</style>
border-color css
<style>
span { border-color: #DFD934; }
span { border-color: rgb(223,217,52); }
td.TdClassName
{
border-color: #DFD934;
}
.TagClassName
{
border-color: #DFD934;
}
</style>