Shades of Starship #DFD63A
Tints of Starship #DFD63A
RGB
CMYK
RGB Variations
Color information
#DFD63A (or 0xDFD63A) is known color: Starship. HEX triplet: DF, D6 and 3A. RGB value is (223,214,58). Sum of RGB (Red+Green+Blue) = 223+214+58=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD63A is #2029C5. Grayscale: #C7C7C7. Windows color (decimal): -2107846 or 3856095. OLE color: 3856095.
HSL color Cylindrical-coordinate representation of color #DFD63A: hue angle of 56.73º 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 #DFD63A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 58 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.13 |
| HSL | 56.73º | 0.72% | 0.55% | - |
| HSV(B) | 56.73º | 0.74% | 0.87% | - |
| XYZ | 55.24 | 64.09 | 13.46 | - |
| YUV | 198.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 58 | 0 | 0.04 | 0.74 | 0.13 | 56.73 | 0.72 | 0.55 |
| Hex | DF | D6 | 3A | 0 | 4 | 4A | D | 39 | 48 | 37 |
| Octal | 337 | 326 | 72 | 0 | 4 | 112 | 15 | 71 | 110 | 67 |
| Binary | 11011111 | 11010110 | 111010 | 0 | 100 | 1001010 | 1101 | 111001 | 1001000 | 110111 |
Color Harmonies of #DFD63A
Complementary color
Monochromatic Colors of #DFD63A
Black with #DFD63A
Text Example
Text Example
White with #DFD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD63A; }
p { color: rgb(223,214,58); }
H1.HeaderClassName
{
color: #DFD63A;
}
.AnyTagClassName
{
color: #DFD63A;
}
</style>
background-color css
<style>
a { background-color: #DFD63A; }
a { background-color: rgb(223,214,58); }
div.DivClassName
{
background-color: #DFD63A;
}
.BgClassName
{
background-color: #DFD63A;
}
</style>
border-color css
<style>
span { border-color: #DFD63A; }
span { border-color: rgb(223,214,58); }
td.TdClassName
{
border-color: #DFD63A;
}
.TagClassName
{
border-color: #DFD63A;
}
</style>