Shades of Starship #DFD53B
Tints of Starship #DFD53B
RGB
CMYK
RGB Variations
Color information
#DFD53B (or 0xDFD53B) is known color: Starship. HEX triplet: DF, D5 and 3B. RGB value is (223,213,59). Sum of RGB (Red+Green+Blue) = 223+213+59=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD53B is #202AC4. Grayscale: #C7C7C7. Windows color (decimal): -2108101 or 3921375. OLE color: 3921375.
HSL color Cylindrical-coordinate representation of color #DFD53B: hue angle of 56.34º 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 #DFD53B is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 59 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.13 |
| HSL | 56.34º | 0.72% | 0.55% | - |
| HSV(B) | 56.34º | 0.74% | 0.87% | - |
| XYZ | 55.02 | 63.59 | 13.51 | - |
| YUV | 198.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 59 | 0 | 0.04 | 0.74 | 0.13 | 56.34 | 0.72 | 0.55 |
| Hex | DF | D5 | 3B | 0 | 4 | 4A | D | 38 | 48 | 37 |
| Octal | 337 | 325 | 73 | 0 | 4 | 112 | 15 | 70 | 110 | 67 |
| Binary | 11011111 | 11010101 | 111011 | 0 | 100 | 1001010 | 1101 | 111000 | 1001000 | 110111 |
Color Harmonies of #DFD53B
Complementary color
Monochromatic Colors of #DFD53B
Black with #DFD53B
Text Example
Text Example
White with #DFD53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD53B; }
p { color: rgb(223,213,59); }
H1.HeaderClassName
{
color: #DFD53B;
}
.AnyTagClassName
{
color: #DFD53B;
}
</style>
background-color css
<style>
a { background-color: #DFD53B; }
a { background-color: rgb(223,213,59); }
div.DivClassName
{
background-color: #DFD53B;
}
.BgClassName
{
background-color: #DFD53B;
}
</style>
border-color css
<style>
span { border-color: #DFD53B; }
span { border-color: rgb(223,213,59); }
td.TdClassName
{
border-color: #DFD53B;
}
.TagClassName
{
border-color: #DFD53B;
}
</style>