Shades of Starship #DFD63F
Tints of Starship #DFD63F
RGB
CMYK
RGB Variations
Color information
#DFD63F (or 0xDFD63F) is known color: Starship. HEX triplet: DF, D6 and 3F. RGB value is (223,214,63). Sum of RGB (Red+Green+Blue) = 223+214+63=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD63F is #2029C0. Grayscale: #C8C8C8. Windows color (decimal): -2107841 or 4183775. OLE color: 4183775.
HSL color Cylindrical-coordinate representation of color #DFD63F: hue angle of 56.62º 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 #DFD63F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.63º | 0.71% | 0.56% | - |
| HSV(B) | 56.63º | 0.72% | 0.87% | - |
| XYZ | 55.38 | 64.14 | 14.16 | - |
| YUV | 199.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 63 | 0 | 0.04 | 0.72 | 0.13 | 56.63 | 0.71 | 0.56 |
| Hex | DF | D6 | 3F | 0 | 4 | 48 | D | 39 | 47 | 38 |
| Octal | 337 | 326 | 77 | 0 | 4 | 110 | 15 | 71 | 107 | 70 |
| Binary | 11011111 | 11010110 | 111111 | 0 | 100 | 1001000 | 1101 | 111001 | 1000111 | 111000 |
Color Harmonies of #DFD63F
Complementary color
Monochromatic Colors of #DFD63F
Black with #DFD63F
Text Example
Text Example
White with #DFD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD63F; }
p { color: rgb(223,214,63); }
H1.HeaderClassName
{
color: #DFD63F;
}
.AnyTagClassName
{
color: #DFD63F;
}
</style>
background-color css
<style>
a { background-color: #DFD63F; }
a { background-color: rgb(223,214,63); }
div.DivClassName
{
background-color: #DFD63F;
}
.BgClassName
{
background-color: #DFD63F;
}
</style>
border-color css
<style>
span { border-color: #DFD63F; }
span { border-color: rgb(223,214,63); }
td.TdClassName
{
border-color: #DFD63F;
}
.TagClassName
{
border-color: #DFD63F;
}
</style>