Shades of Starship #DFD53E
Tints of Starship #DFD53E
RGB
CMYK
RGB Variations
Color information
#DFD53E (or 0xDFD53E) is known color: Starship. HEX triplet: DF, D5 and 3E. RGB value is (223,213,62). Sum of RGB (Red+Green+Blue) = 223+213+62=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD53E is #202AC1. Grayscale: #C7C7C7. Windows color (decimal): -2108098 or 4117983. OLE color: 4117983.
HSL color Cylindrical-coordinate representation of color #DFD53E: hue angle of 56.27º 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 #DFD53E is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 62 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.27º | 0.72% | 0.56% | - |
| HSV(B) | 56.27º | 0.72% | 0.87% | - |
| XYZ | 55.1 | 63.62 | 13.93 | - |
| YUV | 198.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 62 | 0 | 0.04 | 0.72 | 0.13 | 56.27 | 0.72 | 0.56 |
| Hex | DF | D5 | 3E | 0 | 4 | 48 | D | 38 | 48 | 38 |
| Octal | 337 | 325 | 76 | 0 | 4 | 110 | 15 | 70 | 110 | 70 |
| Binary | 11011111 | 11010101 | 111110 | 0 | 100 | 1001000 | 1101 | 111000 | 1001000 | 111000 |
Color Harmonies of #DFD53E
Complementary color
Monochromatic Colors of #DFD53E
Black with #DFD53E
Text Example
Text Example
White with #DFD53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD53E; }
p { color: rgb(223,213,62); }
H1.HeaderClassName
{
color: #DFD53E;
}
.AnyTagClassName
{
color: #DFD53E;
}
</style>
background-color css
<style>
a { background-color: #DFD53E; }
a { background-color: rgb(223,213,62); }
div.DivClassName
{
background-color: #DFD53E;
}
.BgClassName
{
background-color: #DFD53E;
}
</style>
border-color css
<style>
span { border-color: #DFD53E; }
span { border-color: rgb(223,213,62); }
td.TdClassName
{
border-color: #DFD53E;
}
.TagClassName
{
border-color: #DFD53E;
}
</style>