Shades of Starship #DFD93C
Tints of Starship #DFD93C
RGB
CMYK
RGB Variations
Color information
#DFD93C (or 0xDFD93C) is known color: Starship. HEX triplet: DF, D9 and 3C. RGB value is (223,217,60). Sum of RGB (Red+Green+Blue) = 223+217+60=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD93C is #2026C3. Grayscale: #C9C9C9. Windows color (decimal): -2107076 or 3987935. OLE color: 3987935.
HSL color Cylindrical-coordinate representation of color #DFD93C: hue angle of 57.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFD93C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 60 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.13 |
| HSL | 57.79º | 0.72% | 0.55% | - |
| HSV(B) | 57.79º | 0.73% | 0.87% | - |
| XYZ | 56.06 | 65.64 | 13.99 | - |
| YUV | 200.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 60 | 0 | 0.03 | 0.73 | 0.13 | 57.79 | 0.72 | 0.55 |
| Hex | DF | D9 | 3C | 0 | 3 | 49 | D | 3A | 48 | 37 |
| Octal | 337 | 331 | 74 | 0 | 3 | 111 | 15 | 72 | 110 | 67 |
| Binary | 11011111 | 11011001 | 111100 | 0 | 11 | 1001001 | 1101 | 111010 | 1001000 | 110111 |
Color Harmonies of #DFD93C
Complementary color
Monochromatic Colors of #DFD93C
Black with #DFD93C
Text Example
Text Example
White with #DFD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD93C; }
p { color: rgb(223,217,60); }
H1.HeaderClassName
{
color: #DFD93C;
}
.AnyTagClassName
{
color: #DFD93C;
}
</style>
background-color css
<style>
a { background-color: #DFD93C; }
a { background-color: rgb(223,217,60); }
div.DivClassName
{
background-color: #DFD93C;
}
.BgClassName
{
background-color: #DFD93C;
}
</style>
border-color css
<style>
span { border-color: #DFD93C; }
span { border-color: rgb(223,217,60); }
td.TdClassName
{
border-color: #DFD93C;
}
.TagClassName
{
border-color: #DFD93C;
}
</style>