Shades of Starship #DFD93F
Tints of Starship #DFD93F
RGB
CMYK
RGB Variations
Color information
#DFD93F (or 0xDFD93F) is known color: Starship. HEX triplet: DF, D9 and 3F. RGB value is (223,217,63). Sum of RGB (Red+Green+Blue) = 223+217+63=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD93F is #2026C0. Grayscale: #C9C9C9. Windows color (decimal): -2107073 or 4184543. OLE color: 4184543.
HSL color Cylindrical-coordinate representation of color #DFD93F: hue angle of 57.75º degrees, saturation: 0.71, 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 #DFD93F is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 63 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.13 |
| HSL | 57.75º | 0.71% | 0.56% | - |
| HSV(B) | 57.75º | 0.72% | 0.87% | - |
| XYZ | 56.14 | 65.67 | 14.42 | - |
| YUV | 201.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 63 | 0 | 0.03 | 0.72 | 0.13 | 57.75 | 0.71 | 0.56 |
| Hex | DF | D9 | 3F | 0 | 3 | 48 | D | 3A | 47 | 38 |
| Octal | 337 | 331 | 77 | 0 | 3 | 110 | 15 | 72 | 107 | 70 |
| Binary | 11011111 | 11011001 | 111111 | 0 | 11 | 1001000 | 1101 | 111010 | 1000111 | 111000 |
Color Harmonies of #DFD93F
Complementary color
Monochromatic Colors of #DFD93F
Black with #DFD93F
Text Example
Text Example
White with #DFD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD93F; }
p { color: rgb(223,217,63); }
H1.HeaderClassName
{
color: #DFD93F;
}
.AnyTagClassName
{
color: #DFD93F;
}
</style>
background-color css
<style>
a { background-color: #DFD93F; }
a { background-color: rgb(223,217,63); }
div.DivClassName
{
background-color: #DFD93F;
}
.BgClassName
{
background-color: #DFD93F;
}
</style>
border-color css
<style>
span { border-color: #DFD93F; }
span { border-color: rgb(223,217,63); }
td.TdClassName
{
border-color: #DFD93F;
}
.TagClassName
{
border-color: #DFD93F;
}
</style>