Shades of Starship #DFD83A
Tints of Starship #DFD83A
RGB
CMYK
RGB Variations
Color information
#DFD83A (or 0xDFD83A) is known color: Starship. HEX triplet: DF, D8 and 3A. RGB value is (223,216,58). Sum of RGB (Red+Green+Blue) = 223+216+58=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD83A is #2027C5. Grayscale: #C8C8C8. Windows color (decimal): -2107334 or 3856607. OLE color: 3856607.
HSL color Cylindrical-coordinate representation of color #DFD83A: hue angle of 57.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFD83A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 58 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.13 |
| HSL | 57.45º | 0.72% | 0.55% | - |
| HSV(B) | 57.45º | 0.74% | 0.87% | - |
| XYZ | 55.75 | 65.11 | 13.63 | - |
| YUV | 200.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 58 | 0 | 0.03 | 0.74 | 0.13 | 57.45 | 0.72 | 0.55 |
| Hex | DF | D8 | 3A | 0 | 3 | 4A | D | 39 | 48 | 37 |
| Octal | 337 | 330 | 72 | 0 | 3 | 112 | 15 | 71 | 110 | 67 |
| Binary | 11011111 | 11011000 | 111010 | 0 | 11 | 1001010 | 1101 | 111001 | 1001000 | 110111 |
Color Harmonies of #DFD83A
Complementary color
Monochromatic Colors of #DFD83A
Black with #DFD83A
Text Example
Text Example
White with #DFD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD83A; }
p { color: rgb(223,216,58); }
H1.HeaderClassName
{
color: #DFD83A;
}
.AnyTagClassName
{
color: #DFD83A;
}
</style>
background-color css
<style>
a { background-color: #DFD83A; }
a { background-color: rgb(223,216,58); }
div.DivClassName
{
background-color: #DFD83A;
}
.BgClassName
{
background-color: #DFD83A;
}
</style>
border-color css
<style>
span { border-color: #DFD83A; }
span { border-color: rgb(223,216,58); }
td.TdClassName
{
border-color: #DFD83A;
}
.TagClassName
{
border-color: #DFD83A;
}
</style>