Shades of Starship #DFD53F
Tints of Starship #DFD53F
RGB
CMYK
RGB Variations
Color information
#DFD53F (or 0xDFD53F) is known color: Starship. HEX triplet: DF, D5 and 3F. RGB value is (223,213,63). Sum of RGB (Red+Green+Blue) = 223+213+63=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD53F is #202AC0. Grayscale: #C7C7C7. Windows color (decimal): -2108097 or 4183519. OLE color: 4183519.
HSL color Cylindrical-coordinate representation of color #DFD53F: hue angle of 56.25º degrees, saturation: 0.71, 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 #DFD53F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.25º | 0.71% | 0.56% | - |
| HSV(B) | 56.25º | 0.72% | 0.87% | - |
| XYZ | 55.12 | 63.64 | 14.08 | - |
| YUV | 198.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 63 | 0 | 0.04 | 0.72 | 0.13 | 56.25 | 0.71 | 0.56 |
| Hex | DF | D5 | 3F | 0 | 4 | 48 | D | 38 | 47 | 38 |
| Octal | 337 | 325 | 77 | 0 | 4 | 110 | 15 | 70 | 107 | 70 |
| Binary | 11011111 | 11010101 | 111111 | 0 | 100 | 1001000 | 1101 | 111000 | 1000111 | 111000 |
Color Harmonies of #DFD53F
Complementary color
Monochromatic Colors of #DFD53F
Black with #DFD53F
Text Example
Text Example
White with #DFD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD53F; }
p { color: rgb(223,213,63); }
H1.HeaderClassName
{
color: #DFD53F;
}
.AnyTagClassName
{
color: #DFD53F;
}
</style>
background-color css
<style>
a { background-color: #DFD53F; }
a { background-color: rgb(223,213,63); }
div.DivClassName
{
background-color: #DFD53F;
}
.BgClassName
{
background-color: #DFD53F;
}
</style>
border-color css
<style>
span { border-color: #DFD53F; }
span { border-color: rgb(223,213,63); }
td.TdClassName
{
border-color: #DFD53F;
}
.TagClassName
{
border-color: #DFD53F;
}
</style>