Shades of Starship #DFD63E
Tints of Starship #DFD63E
RGB
CMYK
RGB Variations
Color information
#DFD63E (or 0xDFD63E) is known color: Starship. HEX triplet: DF, D6 and 3E. RGB value is (223,214,62). Sum of RGB (Red+Green+Blue) = 223+214+62=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD63E is #2029C1. Grayscale: #C7C7C7. Windows color (decimal): -2107842 or 4118239. OLE color: 4118239.
HSL color Cylindrical-coordinate representation of color #DFD63E: hue angle of 56.65º degrees, saturation: 0.72, 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 #DFD63E is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 62 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.65º | 0.72% | 0.56% | - |
| HSV(B) | 56.65º | 0.72% | 0.87% | - |
| XYZ | 55.35 | 64.13 | 14.02 | - |
| YUV | 199.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 62 | 0 | 0.04 | 0.72 | 0.13 | 56.65 | 0.72 | 0.56 |
| Hex | DF | D6 | 3E | 0 | 4 | 48 | D | 39 | 48 | 38 |
| Octal | 337 | 326 | 76 | 0 | 4 | 110 | 15 | 71 | 110 | 70 |
| Binary | 11011111 | 11010110 | 111110 | 0 | 100 | 1001000 | 1101 | 111001 | 1001000 | 111000 |
Color Harmonies of #DFD63E
Complementary color
Monochromatic Colors of #DFD63E
Black with #DFD63E
Text Example
Text Example
White with #DFD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD63E; }
p { color: rgb(223,214,62); }
H1.HeaderClassName
{
color: #DFD63E;
}
.AnyTagClassName
{
color: #DFD63E;
}
</style>
background-color css
<style>
a { background-color: #DFD63E; }
a { background-color: rgb(223,214,62); }
div.DivClassName
{
background-color: #DFD63E;
}
.BgClassName
{
background-color: #DFD63E;
}
</style>
border-color css
<style>
span { border-color: #DFD63E; }
span { border-color: rgb(223,214,62); }
td.TdClassName
{
border-color: #DFD63E;
}
.TagClassName
{
border-color: #DFD63E;
}
</style>