Shades of Starship #DFD536
Tints of Starship #DFD536
RGB
CMYK
RGB Variations
Color information
#DFD536 (or 0xDFD536) is known color: Starship. HEX triplet: DF, D5 and 36. RGB value is (223,213,54). Sum of RGB (Red+Green+Blue) = 223+213+54=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD536 is #202AC9. Grayscale: #C6C6C6. Windows color (decimal): -2108106 or 3593695. OLE color: 3593695.
HSL color Cylindrical-coordinate representation of color #DFD536: hue angle of 56.45º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFD536 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 54 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.13 |
| HSL | 56.45º | 0.73% | 0.54% | - |
| HSV(B) | 56.45º | 0.76% | 0.87% | - |
| XYZ | 54.89 | 63.54 | 12.86 | - |
| YUV | 197.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 54 | 0 | 0.04 | 0.76 | 0.13 | 56.45 | 0.73 | 0.54 |
| Hex | DF | D5 | 36 | 0 | 4 | 4C | D | 38 | 49 | 36 |
| Octal | 337 | 325 | 66 | 0 | 4 | 114 | 15 | 70 | 111 | 66 |
| Binary | 11011111 | 11010101 | 110110 | 0 | 100 | 1001100 | 1101 | 111000 | 1001001 | 110110 |
Color Harmonies of #DFD536
Complementary color
Monochromatic Colors of #DFD536
Black with #DFD536
Text Example
Text Example
White with #DFD536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD536; }
p { color: rgb(223,213,54); }
H1.HeaderClassName
{
color: #DFD536;
}
.AnyTagClassName
{
color: #DFD536;
}
</style>
background-color css
<style>
a { background-color: #DFD536; }
a { background-color: rgb(223,213,54); }
div.DivClassName
{
background-color: #DFD536;
}
.BgClassName
{
background-color: #DFD536;
}
</style>
border-color css
<style>
span { border-color: #DFD536; }
span { border-color: rgb(223,213,54); }
td.TdClassName
{
border-color: #DFD536;
}
.TagClassName
{
border-color: #DFD536;
}
</style>