Shades of Starship #DFD83B
Tints of Starship #DFD83B
RGB
CMYK
RGB Variations
Color information
#DFD83B (or 0xDFD83B) is known color: Starship. HEX triplet: DF, D8 and 3B. RGB value is (223,216,59). Sum of RGB (Red+Green+Blue) = 223+216+59=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD83B is #2027C4. Grayscale: #C8C8C8. Windows color (decimal): -2107333 or 3922143. OLE color: 3922143.
HSL color Cylindrical-coordinate representation of color #DFD83B: hue angle of 57.44º 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 #DFD83B is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 59 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.13 |
| HSL | 57.44º | 0.72% | 0.55% | - |
| HSV(B) | 57.44º | 0.74% | 0.87% | - |
| XYZ | 55.78 | 65.12 | 13.77 | - |
| YUV | 200.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 59 | 0 | 0.03 | 0.74 | 0.13 | 57.44 | 0.72 | 0.55 |
| Hex | DF | D8 | 3B | 0 | 3 | 4A | D | 39 | 48 | 37 |
| Octal | 337 | 330 | 73 | 0 | 3 | 112 | 15 | 71 | 110 | 67 |
| Binary | 11011111 | 11011000 | 111011 | 0 | 11 | 1001010 | 1101 | 111001 | 1001000 | 110111 |
Color Harmonies of #DFD83B
Complementary color
Monochromatic Colors of #DFD83B
Black with #DFD83B
Text Example
Text Example
White with #DFD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD83B; }
p { color: rgb(223,216,59); }
H1.HeaderClassName
{
color: #DFD83B;
}
.AnyTagClassName
{
color: #DFD83B;
}
</style>
background-color css
<style>
a { background-color: #DFD83B; }
a { background-color: rgb(223,216,59); }
div.DivClassName
{
background-color: #DFD83B;
}
.BgClassName
{
background-color: #DFD83B;
}
</style>
border-color css
<style>
span { border-color: #DFD83B; }
span { border-color: rgb(223,216,59); }
td.TdClassName
{
border-color: #DFD83B;
}
.TagClassName
{
border-color: #DFD83B;
}
</style>