Shades of Starship #DFD93E
Tints of Starship #DFD93E
RGB
CMYK
RGB Variations
Color information
#DFD93E (or 0xDFD93E) is known color: Starship. HEX triplet: DF, D9 and 3E. RGB value is (223,217,62). Sum of RGB (Red+Green+Blue) = 223+217+62=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD93E is #2026C1. Grayscale: #C9C9C9. Windows color (decimal): -2107074 or 4119007. OLE color: 4119007.
HSL color Cylindrical-coordinate representation of color #DFD93E: hue angle of 57.76º degrees, saturation: 0.72, 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 #DFD93E is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 62 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.13 |
| HSL | 57.76º | 0.72% | 0.56% | - |
| HSV(B) | 57.76º | 0.72% | 0.87% | - |
| XYZ | 56.11 | 65.66 | 14.27 | - |
| YUV | 201.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 62 | 0 | 0.03 | 0.72 | 0.13 | 57.76 | 0.72 | 0.56 |
| Hex | DF | D9 | 3E | 0 | 3 | 48 | D | 3A | 48 | 38 |
| Octal | 337 | 331 | 76 | 0 | 3 | 110 | 15 | 72 | 110 | 70 |
| Binary | 11011111 | 11011001 | 111110 | 0 | 11 | 1001000 | 1101 | 111010 | 1001000 | 111000 |
Color Harmonies of #DFD93E
Complementary color
Monochromatic Colors of #DFD93E
Black with #DFD93E
Text Example
Text Example
White with #DFD93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD93E; }
p { color: rgb(223,217,62); }
H1.HeaderClassName
{
color: #DFD93E;
}
.AnyTagClassName
{
color: #DFD93E;
}
</style>
background-color css
<style>
a { background-color: #DFD93E; }
a { background-color: rgb(223,217,62); }
div.DivClassName
{
background-color: #DFD93E;
}
.BgClassName
{
background-color: #DFD93E;
}
</style>
border-color css
<style>
span { border-color: #DFD93E; }
span { border-color: rgb(223,217,62); }
td.TdClassName
{
border-color: #DFD93E;
}
.TagClassName
{
border-color: #DFD93E;
}
</style>