Shades of Starship #DFD946
Tints of Starship #DFD946
RGB
CMYK
RGB Variations
Color information
#DFD946 (or 0xDFD946) is known color: Starship. HEX triplet: DF, D9 and 46. RGB value is (223,217,70). Sum of RGB (Red+Green+Blue) = 223+217+70=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD946 is #2026B9. Grayscale: #CACACA. Windows color (decimal): -2107066 or 4643295. OLE color: 4643295.
HSL color Cylindrical-coordinate representation of color #DFD946: hue angle of 57.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFD946 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 70 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.13 |
| HSL | 57.65º | 0.71% | 0.57% | - |
| HSV(B) | 57.65º | 0.69% | 0.87% | - |
| XYZ | 56.35 | 65.76 | 15.52 | - |
| YUV | 202.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 70 | 0 | 0.03 | 0.69 | 0.13 | 57.65 | 0.71 | 0.57 |
| Hex | DF | D9 | 46 | 0 | 3 | 45 | D | 3A | 47 | 39 |
| Octal | 337 | 331 | 106 | 0 | 3 | 105 | 15 | 72 | 107 | 71 |
| Binary | 11011111 | 11011001 | 1000110 | 0 | 11 | 1000101 | 1101 | 111010 | 1000111 | 111001 |
Color Harmonies of #DFD946
Complementary color
Monochromatic Colors of #DFD946
Black with #DFD946
Text Example
Text Example
White with #DFD946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD946; }
p { color: rgb(223,217,70); }
H1.HeaderClassName
{
color: #DFD946;
}
.AnyTagClassName
{
color: #DFD946;
}
</style>
background-color css
<style>
a { background-color: #DFD946; }
a { background-color: rgb(223,217,70); }
div.DivClassName
{
background-color: #DFD946;
}
.BgClassName
{
background-color: #DFD946;
}
</style>
border-color css
<style>
span { border-color: #DFD946; }
span { border-color: rgb(223,217,70); }
td.TdClassName
{
border-color: #DFD946;
}
.TagClassName
{
border-color: #DFD946;
}
</style>